Skip to content

Commit c819dc6

Browse files
authored
Update Dockerfile
1 parent 2bc1d97 commit c819dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/cuda_simple/Dockerfile

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

44
# We need to set the host to 0.0.0.0 to allow outside access
5-
ENV HOST 0.0.0.0
5+
ENV HOST=0.0.0.0
66

77
RUN apt-get update && apt-get upgrade -y \
88
&& apt-get install -y git build-essential \

0 commit comments

Comments
 (0)