Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,7 @@ WORKDIR /app
|
|
| 11 |
|
| 12 |
# Copy Python dependencies and install them
|
| 13 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 15 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 16 |
|
|
|
|
| 11 |
|
| 12 |
# Copy Python dependencies and install them
|
| 13 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 14 |
+
RUN pip install --no-cache-dir scikit-build
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 16 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 17 |
|