Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -30,6 +30,7 @@ RUN if [ ! -f static/index.html ]; then \
|
|
30 |
ENV PYTHONUNBUFFERED=1
|
31 |
ENV PORT=7860
|
32 |
ENV HOST=0.0.0.0
|
|
|
33 |
|
34 |
# Expose the port
|
35 |
EXPOSE 7860
|
|
|
30 |
ENV PYTHONUNBUFFERED=1
|
31 |
ENV PORT=7860
|
32 |
ENV HOST=0.0.0.0
|
33 |
+
ENV MPLCONFIGDIR=/tmp/matplotlib
|
34 |
|
35 |
# Expose the port
|
36 |
EXPOSE 7860
|