This commit is contained in:
zhousha
2025-11-19 15:47:57 +08:00
parent 3c6ea56b56
commit cd5b3fdf61
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 运行方式
推荐使用docker方式运行提供拉取的docker镜像
```python
docker pull git.modelhub.org.cn:9443/enginex-hygon/custom:glm-ft-v1.0
# 自定义容器名
# 当前工程所在路径
docker run -it --name= -v :/work -w /work --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=16G --group-add 39 git.modelhub.org.cn:9443/enginex-hygon/custom:glm-ft-v1.0 /bin/bash
```