mineru_npu构建dockerfile错误 #3206
Replies: 2 comments
-
|
Hi @qiao101660! I'm Dosu and I’m helping the MinerU team. MinerU 没有官方的 NPU(如华为 Ascend)专用 Dockerfile 或镜像,所有官方 Dockerfile 都是为 NVIDIA GPU(CUDA)环境设计的,目前仓库中不存在 mineru_npu 相关的 Dockerfile 或构建流程。你遇到的 404 错误,极有可能是因为尝试构建一个并不存在的 NPU 镜像或引用了不存在的基础镜像或依赖资源 参考。 MinerU 的 NPU 支持仅在运行时通过 CLI 或配置参数(如 如果你确实需要在 NPU 环境下用 Docker 部署 MinerU,建议你基于适配 NPU 的基础镜像(如华为官方 Ascend 镜像)手动安装 Python、PyTorch(含 NPU 支持)、MinerU 及其依赖,但这属于自定义适配,官方并未提供支持,可能需要你根据实际环境做大量调整。 如果你有自定义的 Dockerfile 或更详细的报错日志,可以贴出来,方便进一步定位 404 的具体原因并给出更有针对性的建议。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/Ascend/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking | 提交之前请先搜索
🤖 Consult the online AI assistant for assistance | 在线 AI 助手咨询
Description of the bug | 错误描述
构建的时候出现404
How to reproduce the bug | 如何复现
docker build -t mineru_npu:latest .
Operating System Mode | 操作系统类型
Linux
Operating System Version| 操作系统版本
Ubuntu 22.04
Python version | Python 版本
3.10
Software version | 软件版本 (mineru --version)
2.0.x
Device mode | 设备模式
npu
Beta Was this translation helpful? Give feedback.
All reactions