picekl commited on
Commit
ad524e5
1 Parent(s): bb603a5

fix: removing pip install

Browse files
Files changed (1) hide show
  1. 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