Update README_ENV.md

This commit is contained in:
p04896573 2024-07-02 19:49:19 +08:00
parent 11709c8618
commit 82fef6ad8b
1 changed files with 2 additions and 1 deletions

View File

@ -10,10 +10,11 @@
```shell ```shell
srun -p gpu1 --nodelist=g2001 -N 1 -n 8 -c 8 --gres=gpu:8 --pty bash srun -p gpu1 --nodelist=g2001 -N 1 -n 8 -c 8 --gres=gpu:8 --pty bash
module load rootless-docker/default module load rootless-docker/default
start_rootless_docker.sh
``` ```
**注意使用bash不能用zsh** **注意使用bash不能用zsh**
start_rootless_docker.sh运行成功的话此时执行docker ps可以看到当前没有正在运行的容器如果有正在运行的容器说明rootless模式没有启动成功请联系管理员。 运行成功的话此时执行docker ps可以看到当前没有正在运行的容器如果有正在运行的容器说明rootless模式没有启动成功请联系管理员。
### 加载镜像 ### 加载镜像
```shell ```shell