Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -11,6 +11,6 @@ RUN uv sync --locked
|
|
| 11 |
COPY predict.py \
|
| 12 |
employee_attrition_prediction_model_v1_0.joblib ./
|
| 13 |
|
| 14 |
-
EXPOSE
|
| 15 |
|
| 16 |
-
ENTRYPOINT ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 11 |
COPY predict.py \
|
| 12 |
employee_attrition_prediction_model_v1_0.joblib ./
|
| 13 |
|
| 14 |
+
EXPOSE 7860
|
| 15 |
|
| 16 |
+
ENTRYPOINT ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "7860"]
|