Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,6 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
13 |
|
14 |
# Make port 5000 available to the world outside this container
|
15 |
EXPOSE 5000
|
16 |
-
|
17 |
# Run the application
|
18 |
CMD ["python", "run.py"]
|
|
|
13 |
|
14 |
# Make port 5000 available to the world outside this container
|
15 |
EXPOSE 5000
|
16 |
+
ENV TRANSFORMERS_CACHE=/app/cache
|
17 |
# Run the application
|
18 |
CMD ["python", "run.py"]
|