Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ WORKDIR backend/
|
|
13 |
|
14 |
# Install requirements.txt
|
15 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
|
|
16 |
RUN pip install pydantic[email]
|
17 |
|
18 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
|
|
13 |
|
14 |
# Install requirements.txt
|
15 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
16 |
+
RUN pip install git+https://github.com/huggingface/transformers.git
|
17 |
RUN pip install pydantic[email]
|
18 |
|
19 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|