mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix: update MACA Dockerfile and METAX.md for improved clarity and support
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Base image containing the vLLM inference environment, requiring amd64(x86-64) CPU + metax GPU.
|
||||
FROM cr.metax-tech.com/public-ai-release/maca/vllm:maca.ai3.1.0.7-torch2.6-py310-ubuntu22.04-amd64
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64(x86-64) CPU + metax GPU.
|
||||
# FROM crpi-4crprmm5baj1v8iv.cn-hang
|
||||
# FROM crpi-vofi3w62lkohhxsp.cn-shanghai.personal.cr.aliyuncs.com/opendatalab-mineru/maca:maca.ai3.1.0.7-torch2.6-py310-ubuntu22.04-lmdeploy0.10.2-amd64
|
||||
|
||||
# Install libgl for opencv support & Noto fonts for Chinese characters
|
||||
RUN apt-get update && \
|
||||
|
||||
@@ -9,6 +9,8 @@ docker: 28.1.1
|
||||
|
||||
## 2. 环境准备
|
||||
|
||||
maca加速卡支持使用`vllm`或`lmdeploy`进行VLM模型推理加速。请根据实际需求选择安装和使用其中之一:
|
||||
|
||||
### 2.1 使用metax官方镜像作为基础镜像构建vllm环境镜像
|
||||
|
||||
- 1. 从metax官方仓库拉取基础镜像
|
||||
|
||||
Reference in New Issue
Block a user