Spaces:
Sleeping
Sleeping
t5
commited on
Commit
·
078a4aa
1
Parent(s):
dae816e
apple
Browse files- 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
|
| 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 . .
|