Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ ENV STREAMLIT_HOME="/app/.streamlit"
|
|
| 20 |
ENV STREAMLIT_BROWSER_GATHERUSAGESTATS="false"
|
| 21 |
|
| 22 |
# Expose Streamlit port
|
| 23 |
-
EXPOSE 8501
|
| 24 |
|
| 25 |
# Run the Streamlit app
|
| 26 |
CMD ["streamlit", "run", "app.py", \
|
|
|
|
| 20 |
ENV STREAMLIT_BROWSER_GATHERUSAGESTATS="false"
|
| 21 |
|
| 22 |
# Expose Streamlit port
|
| 23 |
+
EXPOSE 8501
|
| 24 |
|
| 25 |
# Run the Streamlit app
|
| 26 |
CMD ["streamlit", "run", "app.py", \
|