Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,6 +23,6 @@ COPY --chown=user . $HOME/app
|
|
| 23 |
|
| 24 |
# Define the command to run the Streamlit app
|
| 25 |
CMD ["streamlit", "run", "app.py", \
|
| 26 |
-
"--server.port=7860", \
|
| 27 |
"--server.address=0.0.0.0", \
|
| 28 |
"--server.enableXsrfProtection=false"]
|
|
|
|
| 23 |
|
| 24 |
# Define the command to run the Streamlit app
|
| 25 |
CMD ["streamlit", "run", "app.py", \
|
| 26 |
+
"--server.port=7860", \ # changed from 8501 to 7860 to avoid conflict with hugging face
|
| 27 |
"--server.address=0.0.0.0", \
|
| 28 |
"--server.enableXsrfProtection=false"]
|