Spaces:
Sleeping
Sleeping
Commit
·
cd779ad
1
Parent(s):
048219d
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -15,4 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
15 |
COPY . .
|
16 |
|
17 |
# Run FastAPI
|
18 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
15 |
COPY . .
|
16 |
|
17 |
# Run FastAPI
|
18 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
19 |
+
|
20 |
+
ENV TRANSFORMERS_CACHE=/tmp/cache
|