Răsfoiți Sursa

Update Dockerfile

Xiaomeng Zhao 10 luni în urmă
părinte
comite
57b5999e46
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      docker/ascend_npu/Dockerfile

+ 3 - 3
docker/ascend_npu/Dockerfile

@@ -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 \"$@\"", "--"]