abhishek HF staff commited on
Commit
74a9855
1 Parent(s): 34f0505

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ FROM huggingface/competitions:latest
2
+ CMD pip uninstall -y competitions && pip install -U git+https://github.com/huggingface/competitions.git@impr && uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1