Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
ARG CUDA_IMAGE="12.
|
2 |
FROM nvidia/cuda:${CUDA_IMAGE}
|
3 |
|
4 |
# We need to set the host to 0.0.0.0 to allow outside access
|
|
|
1 |
+
ARG CUDA_IMAGE="12.3.0-devel-ubuntu22.04"
|
2 |
FROM nvidia/cuda:${CUDA_IMAGE}
|
3 |
|
4 |
# We need to set the host to 0.0.0.0 to allow outside access
|