reidddd commited on
Commit
eb0aef1
·
1 Parent(s): 9820c02

update import detectron2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -44,6 +44,8 @@ COPY --from=base /home/user/.local /home/user/.local
44
  COPY --from=base /app /app
45
 
46
  # Install additional Python packages
 
 
47
  RUN pip install --no-cache-dir tensorboard cmake onnx
48
  RUN pip install --no-cache-dir 'git+https://github.com/facebookresearch/fvcore'
49
 
 
44
  COPY --from=base /app /app
45
 
46
  # Install additional Python packages
47
+ RUN pip install --no-cache-dir scikit-build
48
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
49
  RUN pip install --no-cache-dir tensorboard cmake onnx
50
  RUN pip install --no-cache-dir 'git+https://github.com/facebookresearch/fvcore'
51