gmancino-ball commited on
Commit
62ef6db
·
verified ·
1 Parent(s): 35f3cc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- FROM ghcr.io/stresearch/competitions:llm
2
  CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
 
1
+ FROM ghcr.io/stresearch/competitions:video-comp-v1
2
  CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1