Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
FROM huggingface/competitions:latest
|
2 |
-
CMD pip uninstall -
|
|
|
1 |
FROM huggingface/competitions:latest
|
2 |
+
CMD pip uninstall -y competitions && pip install -U git+https://github.com/huggingface/competitions.git@impr && uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|