Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,4 +29,4 @@ RUN python -c "from basic_pitch import ICASSP_2022_MODEL_PATH; print('Model path
|
|
| 29 |
EXPOSE 8000
|
| 30 |
|
| 31 |
# Use --workers 2 in production (CPU-bound; more workers = more RAM for models)
|
| 32 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 29 |
EXPOSE 8000
|
| 30 |
|
| 31 |
# Use --workers 2 in production (CPU-bound; more workers = more RAM for models)
|
| 32 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]
|