Spaces:
Running
Running
fix: removing pip install
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
FROM huggingface/competitions:latest
|
2 |
|
3 |
-
RUN pip install onnxruntime
|
4 |
-
|
5 |
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|
|
|
1 |
FROM huggingface/competitions:latest
|
2 |
|
|
|
|
|
3 |
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|