Spaces:
Running
Running
oceansweep
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -43,6 +43,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|
43 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
44 |
GRADIO_THEME=huggingface \
|
45 |
SYSTEM=spaces
|
|
|
46 |
|
47 |
# Command to run the application
|
48 |
CMD ["python3", "app.py"]
|
|
|
43 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
44 |
GRADIO_THEME=huggingface \
|
45 |
SYSTEM=spaces
|
46 |
+
TRANSFORMERS_CACHE=$HOME/.cache
|
47 |
|
48 |
# Command to run the application
|
49 |
CMD ["python3", "app.py"]
|