Spaces:
Running
Running
| FROM huggingface/competitions:latest | |
| RUN pip uninstall competitions -y | |
| COPY --chown=1000:1000 . /app/ | |
| RUN pip install -e . | |
| CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1 |