kristada673 commited on
Commit
2ff1585
·
1 Parent(s): 48a65ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 git clone https://github.com/facebookresearch/detectron2.git
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