Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -19,5 +19,5 @@ ENV PORT=7860
|
|
| 19 |
EXPOSE $PORT
|
| 20 |
|
| 21 |
# Start the Flask app using Gunicorn with 4 worker processes
|
| 22 |
-
# - "app:
|
| 23 |
-
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:
|
|
|
|
| 19 |
EXPOSE $PORT
|
| 20 |
|
| 21 |
# Start the Flask app using Gunicorn with 4 worker processes
|
| 22 |
+
# - "app:extraaLearn_predictor_api" → app.py has Flask instance named extraaLearn_predictor_api
|
| 23 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:extraaLearn_predictor_api"]
|