Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- 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 |
|