SAFEChallengeTask1 / Dockerfile
gmancino-ball's picture
Update Dockerfile
e188fc2 verified
raw
history blame contribute delete
112 Bytes
FROM ghcr.io/stresearch/competitions:llm
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1