Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
27883619
Unverified
Commit
27883619
authored
Apr 15, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Apr 15, 2025
Browse files
Merge pull request #2231 from myhloli/dev
build(docker): add torch and torchvision installation
parents
a67de492
5ddd6799
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
docker/ascend_npu/Dockerfile
docker/ascend_npu/Dockerfile
+1
-0
magic_pdf/libs/version.py
magic_pdf/libs/version.py
+1
-1
signatures/version1/cla.json
signatures/version1/cla.json
+16
-0
No files found.
docker/ascend_npu/Dockerfile
View file @
27883619
...
...
@@ -35,6 +35,7 @@ RUN /bin/bash -c "wget https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/m
cp magic-pdf.template.json /root/magic-pdf.json &&
\
source /opt/mineru_venv/bin/activate &&
\
pip3 install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple &&
\
pip3 install torch==2.3.1 torchvision==0.18.1 -i https://mirrors.aliyun.com/pypi/simple &&
\
pip3 install -U magic-pdf[full] -i https://mirrors.aliyun.com/pypi/simple &&
\
wget https://gitee.com/ascend/pytorch/releases/download/v6.0.rc2-pytorch2.3.1/torch_npu-2.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl &&
\
pip3 install torch_npu-2.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
...
...
magic_pdf/libs/version.py
View file @
27883619
__version__
=
"1.3.
2
"
__version__
=
"1.3.
3
"
signatures/version1/cla.json
View file @
27883619
...
...
@@ -223,6 +223,22 @@
"created_at"
:
"2025-03-24T12:58:56Z"
,
"repoId"
:
765083837
,
"pullRequestNo"
:
1982
},
{
"name"
:
"zjx20"
,
"id"
:
2639200
,
"comment_id"
:
2800714918
,
"created_at"
:
"2025-04-14T07:25:26Z"
,
"repoId"
:
765083837
,
"pullRequestNo"
:
2215
},
{
"name"
:
"Doge2077"
,
"id"
:
91442300
,
"comment_id"
:
2801283257
,
"created_at"
:
"2025-04-14T10:40:54Z"
,
"repoId"
:
765083837
,
"pullRequestNo"
:
2226
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment