Soumik Bose commited on
Commit
08a63bd
·
1 Parent(s): a653a00
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,4 +38,4 @@ USER user
38
  EXPOSE 7860
39
 
40
  # Start script
41
- CMD bash -c "while true; do curl -s https://sasasas635-database-chat.hf.space/ping >/dev/null && sleep 300; done & uvicorn main:app --host 0.0.0.0 --port 7860 --workers 4 --loop asyncio"
 
38
  EXPOSE 7860
39
 
40
  # Start script
41
+ CMD bash -c "while true; do curl -s https://xce009-embeddings-api.hf.space/ping >/dev/null && sleep 300; done & uvicorn main:app --host 0.0.0.0 --port 7860 --workers 4 --loop asyncio"