Unverified Commit 244d122c authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub

Update Dockerfile

parent 15a977e3
...@@ -38,7 +38,7 @@ RUN /bin/bash -c "source /opt/mineru_venv/bin/activate && \ ...@@ -38,7 +38,7 @@ RUN /bin/bash -c "source /opt/mineru_venv/bin/activate && \
RUN /bin/bash -c "wget https://gitee.com/myhloli/MinerU/raw/master/magic-pdf.template.json && \ RUN /bin/bash -c "wget https://gitee.com/myhloli/MinerU/raw/master/magic-pdf.template.json && \
cp magic-pdf.template.json /root/magic-pdf.json && \ cp magic-pdf.template.json /root/magic-pdf.json && \
source /opt/mineru_venv/bin/activate && \ source /opt/mineru_venv/bin/activate && \
pip3 install magic-pdf==0.7.0b1" pip3 install -U magic-pdf"
# Download models and update the configuration file # Download models and update the configuration file
RUN /bin/bash -c "pip3 install modelscope && \ RUN /bin/bash -c "pip3 install modelscope && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment