zdou0830 commited on
Commit
4c08bcf
1 Parent(s): be0cb87
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ from pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
4
  #FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
5
 
6
 
 
 
7
  #RUN apt-get install ffmpeg libsm6 libxext6 -y
8
  #RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
  RUN apt-get update && apt-get install libgl1
 
4
  #FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
5
 
6
 
7
+ RUN rm /etc/apt/sources.list.d/cuda.list
8
+ RUN rm /etc/apt/sources.list.d/nvidia-ml.list
9
  #RUN apt-get install ffmpeg libsm6 libxext6 -y
10
  #RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
11
  RUN apt-get update && apt-get install libgl1