abhishek's picture
abhishek HF staff
Update Dockerfile
216ddd2 verified
raw
history blame
216 Bytes
FROM huggingface/competitions:latest
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