Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,6 +16,6 @@ WORKDIR $HOME/app
|
|
| 16 |
|
| 17 |
COPY --chown=user . $HOME/app
|
| 18 |
|
| 19 |
-
# Setting the address to 0.0.0.0 tells the server to listen on all available network interfaces.
|
| 20 |
# server.port=8501: Sets the port to 8501 (Streamlit’s default, but explicit)
|
| 21 |
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|
|
|
|
| 16 |
|
| 17 |
COPY --chown=user . $HOME/app
|
| 18 |
|
| 19 |
+
# Setting the address to 0.0.0.0 tells the server to listen on all available network interfaces.
|
| 20 |
# server.port=8501: Sets the port to 8501 (Streamlit’s default, but explicit)
|
| 21 |
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|