"server/vscode:/vscode.git/clone" did not exist on "8f326c97912a20d20cddb6ba61bf1569fa9a8601"
Unverified Commit 57b5999e authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update Dockerfile

parent bc39fa87
......@@ -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 \"$@\"", "--"]
\ No newline at end of file
ENTRYPOINT ["/bin/bash", "-c", "source /opt/mineru_venv/bin/activate && exec \"$@\"", "--"]
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