Merge branch 'FM_9G' of https://osredm.com/jiuyuan/CPM-9G-8B into FM_9G

This commit is contained in:
anrongqiao 2024-08-01 10:39:06 +08:00
commit 00d03c584d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ dockr load -i 9g.0.0.13.tar
docker tag 【IMAGE ID】9g:0.0.13
3 启动镜像
docker run -it -d -v [HOST_PATH1]:[DOCKER_PATH1] -v [HOST_PATH2]:[DOCKER_PATH2] --gpus all --shm-size=50g --network host cpmlive-flash:0.0.4 bash
docker run -it -d -v [HOST_PATH1]:[DOCKER_PATH1] -v [HOST_PATH2]:[DOCKER_PATH2] --gpus all --shm-size=50g --network host 9g:0.0.13 bash
4 进入镜像:
docker exec -it 【CONTAINER ID】 /bin/bash