reidddd commited on
Commit
251a789
·
1 Parent(s): 9cc7c8a

update import detectron2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y \
40
  RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
41
 
42
  # Install Python packages
 
43
  RUN pip install --user tensorboard cmake onnx
44
 
45
  # Install fvcore
 
40
  RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
41
 
42
  # Install Python packages
43
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
44
  RUN pip install --user tensorboard cmake onnx
45
 
46
  # Install fvcore