Spaces:
Runtime error
Runtime error
hff
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,6 +6,6 @@ RUN pip install --no-cache-dir https://gradio-builds.s3.amazonaws.com/f4d696f71f
|
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
-
ENV MPLCONFIGDIR /
|
| 10 |
|
| 11 |
CMD ["python", "app.py"]
|
|
|
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
+
ENV MPLCONFIGDIR /tmp/configs
|
| 10 |
|
| 11 |
CMD ["python", "app.py"]
|