Spaces:
Sleeping
Sleeping
updates
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
5 |
RUN wget https://nvidia.github.io/nvidia-docker/gpgkey --no-check-certificate
|
6 |
RUN apt-key add gpgkey
|
7 |
RUN distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
|
8 |
-
RUN curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list |
|
9 |
|
10 |
|
11 |
|
|
|
5 |
RUN wget https://nvidia.github.io/nvidia-docker/gpgkey --no-check-certificate
|
6 |
RUN apt-key add gpgkey
|
7 |
RUN distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
|
8 |
+
RUN curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | tee /etc/apt/sources.list.d/nvidia-docker.list
|
9 |
|
10 |
|
11 |
|