8000
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 6c57d38 commit 6ece8a2Copy full SHA for 6ece8a2
Dockerfile.cuda
@@ -1,4 +1,5 @@
1
-FROM nvidia/cuda:12.0.1-devel-ubuntu22.04
+ARG CUDA_VERSION=12.1.1
2
+FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
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