rvc11 commited on
Commit
207f826
·
verified ·
1 Parent(s): 551883c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use NVIDIA CUDA image
2
  FROM nvidia/cuda:12.9.1-cudnn-devel-ubuntu24.04
3
 
 
 
4
  RUN apt install curl wget dumb-init -y
5
 
6
  RUN curl http://code-server.dev/install.sh -fsSL | bash
 
1
  # Use NVIDIA CUDA image
2
  FROM nvidia/cuda:12.9.1-cudnn-devel-ubuntu24.04
3
 
4
+ RUN apt update
5
+
6
  RUN apt install curl wget dumb-init -y
7
 
8
  RUN curl http://code-server.dev/install.sh -fsSL | bash