Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,6 +5,6 @@ COPY requirements.txt .
|
|
| 5 |
RUN pip install --no-cache-dir -U pip && pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY app.py .
|
| 7 |
COPY best_xgboost_model.joblib .
|
| 8 |
-
EXPOSE 7860
|
| 9 |
ENV STREAMLIT_SERVER_PORT=7860 STREAMLIT_SERVER_ADDRESS=0.0.0.0 STREAMLIT_SERVER_HEADLESS=true STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
|
| 10 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -U pip && pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY app.py .
|
| 7 |
COPY best_xgboost_model.joblib .
|
| 8 |
+
EXPOSE 7860
|
| 9 |
ENV STREAMLIT_SERVER_PORT=7860 STREAMLIT_SERVER_ADDRESS=0.0.0.0 STREAMLIT_SERVER_HEADLESS=true STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
|
| 10 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|