e2e-driving-navtest / Dockerfile
GihhArwtw's picture
[major] use local competitions package instead; error message for repo not found issue
812b9b2
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