fffiloni commited on
Commit
7e03200
1 Parent(s): d241830

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
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