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 2bc1d97 commit c819dc6Copy full SHA for c819dc6
docker/cuda_simple/Dockerfile
@@ -1,8 +1,8 @@
1
-ARG CUDA_IMAGE="12.5.0-devel-ubuntu22.04"
+ARG CUDA_IMAGE="12.6.3-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
5
-ENV HOST 0.0.0.0
+ENV HOST=0.0.0.0
6
7
RUN apt-get update && apt-get upgrade -y \
8
&& apt-get install -y git build-essential \
0 commit comments