abhishek HF staff commited on
Commit
3b8ff9d
1 Parent(s): a2ad347

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
  FROM huggingface/competitions:latest
2
- CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 4
 
1
  FROM huggingface/competitions:latest
2
+ CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1