Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ COPY --chown=user . $HOME/app
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Define the command to run the Streamlit app on port "7860" and make it accessible externally
|
| 33 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--gatherUsageStats=false"]
|
|
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Define the command to run the Streamlit app on port "7860" and make it accessible externally
|
| 33 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--browser.gatherUsageStats=false"]
|