fix: update MACA Dockerfile and METAX.md for improved clarity and support

This commit is contained in:
myhloli
2025-11-25 17:42:46 +08:00
parent 4a081c3214
commit b4f725258d
2 changed files with 3 additions and 1 deletions

View File

@@ -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 && \

View File

@@ -9,6 +9,8 @@ docker: 28.1.1
## 2. 环境准备
maca加速卡支持使用`vllm``lmdeploy`进行VLM模型推理加速。请根据实际需求选择安装和使用其中之一:
### 2.1 使用metax官方镜像作为基础镜像构建vllm环境镜像
- 1. 从metax官方仓库拉取基础镜像