Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-devel
|
3 |
|
4 |
# Add NVIDIA CUDA GPG key
|
5 |
-
|
6 |
-
|
7 |
|
8 |
# Install Git and system libraries required for OpenGL without interactive prompts
|
9 |
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
2 |
FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-devel
|
3 |
|
4 |
# Add NVIDIA CUDA GPG key
|
5 |
+
# Add NVIDIA CUDA GPG key using a different key server
|
6 |
+
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key A4B469963BF863CC
|
7 |
|
8 |
# Install Git and system libraries required for OpenGL without interactive prompts
|
9 |
ENV DEBIAN_FRONTEND=noninteractive
|