transformers cache export
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ EXPOSE 7860
|
|
24 |
ENV GRADIO_SERVER_PORT=7860
|
25 |
|
26 |
# Run app.py when the container launches
|
27 |
-
CMD ["python", "app.py"]
|
|
|
24 |
ENV GRADIO_SERVER_PORT=7860
|
25 |
|
26 |
# Run app.py when the container launches
|
27 |
+
CMD ["export TRANSFORMERS_CACHE=/.cache/huggingface/hub","python", "app.py"]
|