Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ ENV HF_HUB_HOME=/home/user/.cache
|
|
| 25 |
# WORKDIR backend/
|
| 26 |
|
| 27 |
# # Install requirements.txt
|
| 28 |
-
|
| 29 |
# RUN pip install git+https://github.com/huggingface/transformers.git
|
| 30 |
# RUN pip install pydantic[email]
|
| 31 |
|
|
|
|
| 25 |
# WORKDIR backend/
|
| 26 |
|
| 27 |
# # Install requirements.txt
|
| 28 |
+
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
| 29 |
# RUN pip install git+https://github.com/huggingface/transformers.git
|
| 30 |
# RUN pip install pydantic[email]
|
| 31 |
|