AVeriTeCFever8Dev / Dockerfile
zhenyundeng's picture
Upload Dockerfile with huggingface_hub
ec00cca verified
raw
history blame contribute delete
108 Bytes
FROM huggingface/competitions:latest
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1