alvanlii commited on
Commit
ab99129
1 Parent(s): 610c132

Try not updating keys

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
  FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime as base
2
 
3
- RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
4
  RUN apt-get update && apt-get -y install git
5
 
6
 
 
1
  FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime as base
2
 
 
3
  RUN apt-get update && apt-get -y install git
4
 
5