We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7a6da commit e6639e6Copy full SHA for e6639e6
Dockerfile.cuda
@@ -1,5 +1,5 @@
1
-ARG CUDA_VERSION=12.1.1
2
-FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
+ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
+FROM ${CUDA_IMAGE}
3
4
# We need to set the host to 0.0.0.0 to allow outside access
5
ENV HOST 0.0.0.0
0 commit comments