Skip to content

Commit e6639e6

Browse files
author
Marcel Coetzee
committed
Change docker build dynamic param to image instead of cuda version
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
1 parent 4f7a6da commit e6639e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG CUDA_VERSION=12.1.1
2-
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
1+
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
2+
FROM ${CUDA_IMAGE}
33

44
# We need to set the host to 0.0.0.0 to allow outside access
55
ENV HOST 0.0.0.0

0 commit comments

Comments
 (0)