Skip to content

Commit 6be0098

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.server

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.9.0-devel-ubuntu22.04 AS builder
33

44
# Install necessary packages
55
RUN apt-get update && apt-get install -y \

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)