Skip to content

Commit e409dad

Browse files
committed
fix: update tests Docker image
1 parent 510821f commit e409dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start with a base image that includes CUDA
2-
FROM nvidia/cuda:12.5.1-devel-ubuntu22.04 AS builder
2+
FROM nvidia/cuda:12.0.0-devel-ubuntu22.04 AS builder
33

44
# Install necessary packages
55
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \

0 commit comments

Comments
 (0)