Update Dockerfile
Browse filesTry new container - switch back to `latest` if this fails
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
FROM ghcr.io/stresearch/competitions:
|
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
|