zdou0830 commited on
Commit
a3cc546
1 Parent(s): ddd5fa5
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +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 update && apt-get install ffmpeg libsm6 libxext6 -y
 
8
 
9
 
10
  WORKDIR /code
 
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
 
10
 
11
  WORKDIR /code