Skip to content

Commit dbc2ec5

Browse files
authored
docker : drop to CUDA 12.4 (ggml-org#11869)
* docker : drop to CUDA 12.4 * docker : update readme [no ci]
1 parent 3d68f03 commit dbc2ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devops/cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_VERSION=22.04
22
# This needs to generally match the container host's environment.
3-
ARG CUDA_VERSION=12.6.0
3+
ARG CUDA_VERSION=12.4.0
44
# Target the CUDA build image
55
ARG BASE_CUDA_DEV_CONTAINER=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
66

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You may want to pass in some different `ARGS`, depending on the CUDA environment
6969

7070
The defaults are:
7171

72-
- `CUDA_VERSION` set to `12.6.0`
72+
- `CUDA_VERSION` set to `12.4.0`
7373
- `CUDA_DOCKER_ARCH` set to the cmake build default, which includes all the supported architectures
7474

7575
The resulting images, are essentially the same as the non-CUDA images:

0 commit comments

Comments
 (0)