Satyajithchary commited on
Commit
60e3879
·
verified ·
1 Parent(s): 581e4ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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