Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
# 克隆 MinerU 项目
|
15 |
-
RUN git clone https://github.com/
|
16 |
&& cp -r /tmp/MinerU/magic_pdf /app/magic_pdf \
|
17 |
&& rm -rf /tmp/MinerU
|
18 |
|
|
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
# 克隆 MinerU 项目
|
15 |
+
RUN git clone https://github.com/opendatalab/MinerU.git /tmp/MinerU \
|
16 |
&& cp -r /tmp/MinerU/magic_pdf /app/magic_pdf \
|
17 |
&& rm -rf /tmp/MinerU
|
18 |
|