diff --git a/docker/Dockerfile b/docker/Dockerfile index 83b3b3f..7f7dcd6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -332,7 +332,7 @@ RUN set -ex && \ # =========================================================================== RUN set -ex && \ export http_proxy=${GIT_PROXY} https_proxy=${GIT_PROXY} && \ - ${VENV}/bin/pip install 'mineru[core]' click gradio httpx cbor2 && \ + ${VENV}/bin/pip install 'mineru[core]==3.4.0' click gradio httpx cbor2 && \ ${VENV}/bin/python -c "import torch; from vllm.engine.arg_utils import AsyncEngineArgs; import mineru; import click; import gradio; import httpx; import cbor2; print('MinerU + Gradio + vllm deep + httpx + cbor2 imports OK')" && \ ${VENV}/bin/mineru-gradio --help >/dev/null