Spaces:
Running
Running
Update Dockerfile
Browse files- 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 && \
|