feat: update Docker run command in Enflame.md and modify gcu.Dockerfile for package installation improvements

This commit is contained in:
myhloli
2026-01-23 19:04:17 +08:00
parent 583855be67
commit 1803384479
3 changed files with 6 additions and 5 deletions

View File

@@ -49,6 +49,7 @@
- 新增国产算力平台适配:
- [海光 DCU](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/Hygon/)
- [燧原 GCU](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/Enflame/)
- [摩尔线程 MUSA](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/MooreThreads/)
- 跨页表合并优化,提升合并成功率与合并效果
- 2026/01/06 2.7.1 发布

View File

@@ -17,8 +17,7 @@ deb http://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe mu
rm -rf /var/lib/apt/lists/* /tmp/aliyun-sources.list
# Install mineru latest
RUN python3 -m pip install -U pip -i https://mirrors.aliyun.com/pypi/simple && \
python3 -m pip install "mineru[core]>=2.7.2" \
RUN python3 -m pip install "mineru[core]>=2.7.2" \
numpy==1.26.4 \
opencv-python==4.11.0.86 \
-i https://mirrors.aliyun.com/pypi/simple && \

View File

@@ -26,8 +26,8 @@ docker run -u root --name mineru_docker \
--ipc=host \
--privileged \
-e MINERU_MODEL_SOURCE=local \
-it enflame:docker_images_topsrider_i3x_3.6.20260106_vllm0.11 \
/bin/bash
-it mineru:gcu-vllm-latest \
/bin/bash
```
执行该命令后您将进入到Docker容器的交互式终端您可以直接在容器内运行MinerU相关命令来使用MinerU的功能。
@@ -105,4 +105,5 @@ docker run -u root --name mineru_docker \
🔴: 不支持,无法运行,或精度存在较大差异
>[!TIP]
>GCU加速卡指定可用加速卡的方式与AMD GPU类似请参考[GPU isolation techniques](https://rocm.docs.amd.com/en/docs-6.2.4/conceptual/gpu-isolation.html)
>GCU加速卡指定可用加速卡的方式与NVIDIA GPU类似请参考[使用指定GPU设备](https://opendatalab.github.io/MinerU/zh/usage/advanced_cli_parameters/#cuda_visible_devices)章节说明,
>将环境变量`CUDA_VISIBLE_DEVICES`替换为`TOPS_VISIBLE_DEVICES`即可。