qywok commited on
Commit
21c85ef
·
verified ·
1 Parent(s): 4058d83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN apt-get update && \
17
  apt-get install -y gcc python3-dev gnupg curl
18
 
19
  RUN pip install cython
 
20
 
21
  RUN cd /app/restful/cutils && \
22
  python setup.py build_ext --inplace && \
 
17
  apt-get install -y gcc python3-dev gnupg curl
18
 
19
  RUN pip install cython
20
+ RUN pip install onnxruntime==1.20.1
21
 
22
  RUN cd /app/restful/cutils && \
23
  python setup.py build_ext --inplace && \