Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -49,12 +49,12 @@ RUN gpg --import 7fa2af80.pub
|
|
49 |
|
50 |
RUN gpg --list-sigs [email protected]
|
51 |
RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
|
52 |
-
|
53 |
# Update package lists
|
54 |
|
55 |
|
56 |
RUN apt-get update
|
57 |
-
|
58 |
|
59 |
#RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
|
60 |
#USER root
|
|
|
49 |
|
50 |
RUN gpg --list-sigs [email protected]
|
51 |
RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
|
52 |
+
|
53 |
# Update package lists
|
54 |
|
55 |
|
56 |
RUN apt-get update
|
57 |
+
RUN gpg --delete-key A4B469963BF863CC
|
58 |
|
59 |
#RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
|
60 |
#USER root
|