mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix: update base image descriptions in Dockerfiles for clarity on CPU architecture
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64 CPU + cambricon MLU.
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64(x86-64) CPU + cambricon MLU.
|
||||
FROM
|
||||
|
||||
# Install libgl for opencv support & Noto fonts for Chinese characters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64 CPU + metax GPU.
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64(x86-64) CPU + metax GPU.
|
||||
FROM
|
||||
|
||||
# Install libgl for opencv support & Noto fonts for Chinese characters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Base image containing the LMDeploy inference environment, requiring ARM CPU + Ascend NPU.
|
||||
# Base image containing the LMDeploy inference environment, requiring ARM(AArch64) CPU + Ascend NPU.
|
||||
FROM crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/ascend:mineru-a2
|
||||
|
||||
# Install libgl for opencv support & Noto fonts for Chinese characters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64 CPU + t-head PPU.
|
||||
# Base image containing the LMDeploy inference environment, requiring amd64(x86-64) CPU + t-head PPU.
|
||||
FROM crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/ppu:mineru-ppu
|
||||
|
||||
# Install libgl for opencv support & Noto fonts for Chinese characters
|
||||
|
||||
Reference in New Issue
Block a user