Spaces:
Runtime error
Runtime error
migrate: GCP to Hugging Face
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ RUN wget -O /etc/docpet_backend_service/ml_models/model.h5 https://github.com/be
|
|
22 |
|
23 |
EXPOSE 7860
|
24 |
|
25 |
-
CMD [ "alembic upgrade head && uvicorn app:app --host 0.0.0.0 --port 7860" ]
|
|
|
22 |
|
23 |
EXPOSE 7860
|
24 |
|
25 |
+
CMD [ "sh", "-c", "alembic upgrade head && uvicorn app:app --host 0.0.0.0 --port 7860 --workers 30" ]
|