gmancino-ball commited on
Commit
342d9c5
·
verified ·
1 Parent(s): 1fc4f80

Update Dockerfile

Browse files

Try new container - switch back to `latest` if this fails

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