picekl commited on
Commit
bb603a5
1 Parent(s): 8ea85ba

feat: onnxruntime support

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,2 +1,5 @@
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
+
3
+ RUN pip install onnxruntime
4
+
5
  CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1