Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
@@ -17,9 +17,12 @@ RUN apt-get update && \
|
|
17 |
#USER root
|
18 |
#RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
19 |
#RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
|
|
|
20 |
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
21 |
-
|
22 |
-
RUN
|
|
|
|
|
23 |
#RUN gpg --import 7fa2af80.pub
|
24 |
#RUN gpg --fetch-keys --keyserver keys.gnupg.net F60F4B3D7FA2AF80
|
25 |
#RUN gpg --fetch-keys --keyserver keys.gnupg.net:80
|
|
|
17 |
#USER root
|
18 |
#RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
19 |
#RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
|
20 |
+
# Add the NVIDIA repository and specify the signed-by keyring
|
21 |
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
22 |
+
|
23 |
+
#RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
24 |
+
#RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub -o 7fa2af80.pub
|
25 |
+
#RUN gpg --fetch-keys 7fa2af80.pub
|
26 |
#RUN gpg --import 7fa2af80.pub
|
27 |
#RUN gpg --fetch-keys --keyserver keys.gnupg.net F60F4B3D7FA2AF80
|
28 |
#RUN gpg --fetch-keys --keyserver keys.gnupg.net:80
|