update Dockerfile

This commit is contained in:
zhousha
2025-09-19 15:00:18 +08:00
parent 03df3ffc3b
commit ed352a9b2c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
```shell
#构建docker镜像
docker build . -t metax_c500_vl
其中基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
#运行docker容器
docker run -it -p 10055:8000 --device=/dev/mxcd --device=/dev/dri -v /home/aiyueqi/mnt/models/vlm/MiniCPM-V-4:/model:ro --name metax_c500_vl_test metax_c500_vl