Spaces:
Running
Running
Marcel Hallgarten
commited on
Commit
•
9f33757
1
Parent(s):
d9dfe66
Downgrade pip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
FROM huggingface/competitions:latest
|
|
|
2 |
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|
|
|
1 |
FROM huggingface/competitions:latest
|
2 |
+
RUN python3 -m pip install --upgrade pip==24.0
|
3 |
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|