parthib07 commited on
Commit
982465a
·
verified ·
1 Parent(s): 0bf4376

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY . .
15
  RUN git lfs pull || true
16
 
17
 
18
- RUN pip install --upgrade pip && pip install -r requirements.txt
19
 
20
  EXPOSE 8501
21
 
 
15
  RUN git lfs pull || true
16
 
17
 
18
+ RUN pip3 install -r requirements.txt
19
 
20
  EXPOSE 8501
21