Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|