Skip to content

Commit e0f7058

Browse files
[Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1) #3163
1 parent 6507ac4 commit e0f7058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG UBUNTU_VERSION
33

44
# Build stage
5-
FROM nvidia/cuda:12.1.1-base-ubuntu${UBUNTU_VERSION}.04 AS builder
5+
FROM nvidia/cuda:12.8.1-base-ubuntu${UBUNTU_VERSION}.04 AS builder
66

77
ENV NCCL_HOME=/opt/nccl
88
ENV CUDA_HOME=/usr/local/cuda

docker/base/Dockerfile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_VERSION
22

3-
FROM nvidia/cuda:12.1.1-base-ubuntu${UBUNTU_VERSION}.04
3+
FROM nvidia/cuda:12.8.1-base-ubuntu${UBUNTU_VERSION}.04
44

55
ARG _UV_HOME="/opt/uv"
66

src/dstack/_internal/core/backends/vastai/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, config: VastAIConfig):
4747
"reliability2": {"gte": 0.9},
4848
"inet_down": {"gt": 128},
4949
"verified": {"eq": True},
50-
"cuda_max_good": {"gte": 12.1},
50+
"cuda_max_good": {"gte": 12.8},
5151
"compute_cap": {"gte": 600},
5252
}
5353
)

0 commit comments

Comments
 (0)