Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -43,3 +43,7 @@ EXPOSE 7860
|
|
| 43 |
|
| 44 |
# Run the Gradio app
|
| 45 |
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
# Run the Gradio app
|
| 45 |
CMD ["python", "app.py"]
|
| 46 |
+
|
| 47 |
+
ENV XDG_CACHE_HOME=/tmp/xdg_cache
|
| 48 |
+
ENV MPLCONFIGDIR=/tmp/mplcache
|
| 49 |
+
|