soiz1 commited on
Commit
86e237c
·
verified ·
1 Parent(s): 62f677d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN set -e; \
42
  # install patchelf if you don't have it
43
  RUN sudo apt-get update
44
  RUN sudo apt-get install -y patchelf
45
-
46
  # then clear the execstack flag (modify in-place)
47
  RUN sudo patchelf --clear-execstack \
48
  /usr/local/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-310-x86_64-linux-gnu.so
 
42
  # install patchelf if you don't have it
43
  RUN sudo apt-get update
44
  RUN sudo apt-get install -y patchelf
45
+ RUN pip install gradio==5.6.0
46
  # then clear the execstack flag (modify in-place)
47
  RUN sudo patchelf --clear-execstack \
48
  /usr/local/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-310-x86_64-linux-gnu.so