update2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,7 @@ COPY api.py .
|
|
| 23 |
COPY best_model.pt* ./
|
| 24 |
COPY optimal_threshold.txt* ./
|
| 25 |
|
| 26 |
-
# Expose FastAPI port
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# Run the application
|
|
|
|
| 23 |
COPY best_model.pt* ./
|
| 24 |
COPY optimal_threshold.txt* ./
|
| 25 |
|
| 26 |
+
# Expose FastAPI port (Hugging Face Spaces expects 7860)
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# Run the application
|