Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -25,6 +25,7 @@ ENV STREAMLIT_HOME=/code
|
|
25 |
ENV TRANSFORMERS_CACHE=/tmp/hf-cache
|
26 |
ENV HF_HOME=/tmp/hf-home
|
27 |
ENV NLTK_DATA=/tmp/nltk_data
|
|
|
28 |
|
29 |
# ---- EXPOSE PORTS ----
|
30 |
EXPOSE 7860
|
|
|
25 |
ENV TRANSFORMERS_CACHE=/tmp/hf-cache
|
26 |
ENV HF_HOME=/tmp/hf-home
|
27 |
ENV NLTK_DATA=/tmp/nltk_data
|
28 |
+
ENV STREAMLIT_ROOT=/tmp/.streamlit
|
29 |
|
30 |
# ---- EXPOSE PORTS ----
|
31 |
EXPOSE 7860
|