Spaces:
Build error
Build error
Satyajithchary
commited on
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -21,4 +21,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
21 |
|
22 |
|
23 |
# Install Detectron2 from source
|
24 |
-
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
# Install Detectron2 from source
|
24 |
+
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git
|
25 |
+
|
26 |
+
COPY requirements_base.txt .
|
27 |
+
RUN pip install -r requirements_base.txt
|