Upload folder using huggingface_hub
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -16,8 +16,5 @@ EXPOSE 7860
|
|
| 16 |
ENV STREAMLIT_SERVER_PORT=7860
|
| 17 |
ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
|
| 18 |
|
| 19 |
-
# Health check
|
| 20 |
-
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 21 |
-
|
| 22 |
# Run the application
|
| 23 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 16 |
ENV STREAMLIT_SERVER_PORT=7860
|
| 17 |
ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
# Run the application
|
| 20 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|