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