|
|
@@ -16,8 +16,8 @@ RUN apt-get update && \
|
|
|
python3.10 \
|
|
|
python3.10-venv \
|
|
|
python3.10-distutils \
|
|
|
- python3.10-dev \
|
|
|
- python3-pip \
|
|
|
+ python3.10-dev \
|
|
|
+ python3-pip \
|
|
|
wget \
|
|
|
git \
|
|
|
libgl1 \
|
|
|
@@ -52,4 +52,4 @@ RUN /bin/bash -c "source /opt/mineru_venv/bin/activate && \
|
|
|
sed -i 's|cpu|npu|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 \"$@\"", "--"]
|