VideoChallengeTask1 / Dockerfile
gmancino-ball's picture
Update Dockerfile
62ef6db verified
raw
history blame contribute delete
122 Bytes
FROM ghcr.io/stresearch/competitions:video-comp-v1
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1