Spaces:
Sleeping
Sleeping
Shreyas
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,5 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
# The app listens on port 7860 on Hugging Face
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
-
#
|
| 17 |
-
CMD ["
|
|
|
|
| 13 |
# The app listens on port 7860 on Hugging Face
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
+
# Command to run the Streamlit app directly
|
| 17 |
+
CMD ["streamlit", "run", "model.py", "--server.port", "7860", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false"]
|