Update Dockerfile
Browse files- 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
|