mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-22 05:03:58 +08:00
Update Dockerfile
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ RUN /bin/bash -c "wget https://gitee.com/myhloli/MinerU/raw/master/magic-pdf.tem
|
||||
RUN /bin/bash -c "pip3 install modelscope && \
|
||||
wget https://gitee.com/myhloli/MinerU/raw/master/docs/download_models.py && \
|
||||
python3 download_models.py && \
|
||||
sed -i 's|/tmp/models|/root/.cache/modelscope/hub/wanderkid/PDF-Extract-Kit/models|g' /root/magic-pdf.json && \
|
||||
sed -i 's|/tmp/models|/root/.cache/modelscope/hub/opendatalab/PDF-Extract-Kit/models|g' /root/magic-pdf.json && \
|
||||
sed -i 's|cpu|cuda|g' /root/magic-pdf.json"
|
||||
|
||||
# Set the entry point to activate the virtual environment and run the command line tool
|
||||
ENTRYPOINT ["/bin/bash", "-c", "source /opt/mineru_venv/bin/activate && exec \"$@\"", "--"]
|
||||
ENTRYPOINT ["/bin/bash", "-c", "source /opt/mineru_venv/bin/activate && exec \"$@\"", "--"]
|
||||
|
||||
Reference in New Issue
Block a user