t5 commited on
Commit
078a4aa
·
1 Parent(s): dae816e
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ ENV tmp=/tmp \
16
 
17
  # COPY ./requirements.txt /code/requirements.txt
18
 
19
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
20
  RUN pip install gunicorn
21
 
22
  #COPY . .
 
16
 
17
  # COPY ./requirements.txt /code/requirements.txt
18
 
19
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
20
  RUN pip install gunicorn
21
 
22
  #COPY . .