Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -46,9 +46,10 @@ RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian11
|
|
46 |
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
|
47 |
RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub > 7fa2af80.pub
|
48 |
RUN gpg --import 7fa2af80.pub
|
|
|
|
|
|
|
49 |
RUN gpg --delete-key A4B469963BF863CC
|
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 |
# Update package lists
|
53 |
|
54 |
|
|
|
46 |
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
|
47 |
RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub > 7fa2af80.pub
|
48 |
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 |
RUN gpg --delete-key A4B469963BF863CC
|
|
|
|
|
53 |
# Update package lists
|
54 |
|
55 |
|