Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
# Start the Streamlit app on port 7860, the default port expected by Spaces
|
| 15 |
-
CMD ["streamlit", "run", "app.py", "--
|
|
|
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
# Start the Streamlit app on port 7860, the default port expected by Spaces
|
| 15 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|