Spaces:
Runtime error
Runtime error
Commit
·
2ff1585
1
Parent(s):
48a65ab
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -13,8 +13,7 @@ RUN apt-get install -y tesseract-ocr
|
|
13 |
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
-
RUN
|
17 |
-
RUN python -m pip install -e detectron2
|
18 |
|
19 |
# Expose port
|
20 |
EXPOSE 5000
|
|
|
13 |
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
+
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
|
|
17 |
|
18 |
# Expose port
|
19 |
EXPOSE 5000
|