diff --git a/install/mindspore_ascend_install_docker.md b/install/mindspore_ascend_install_docker.md index 4ab32cce752ece8c3f637b3b1e033f116c4c4c1f..34733f66d69a310cfd1766f34ca6c486af77ed85 100644 --- a/install/mindspore_ascend_install_docker.md +++ b/install/mindspore_ascend_install_docker.md @@ -166,7 +166,7 @@ print(ops.add(x, y)) ## 注意事项 -- 在非root用户模式下创建容器时,必须确保目标NPU设备未被其他非root容器占用。启动后可以执行 `npu-smi info` 命令验证设备状态,若目标NPU设备已被其他非root容器占用,则会出现以下报错,可以在创建容器时加上 `-u root`。 +- 在非root用户模式下创建容器时,必须确保目标NPU设备未被其他非root容器占用。启动后可以执行 `npu-smi info` 命令验证设备状态,若目标NPU设备已被其他非root容器占用,则会出现以下报错,可以在创建容器时加上 `-u root --privileged`。 ```text DrvMngGetConsoleLogLevel failed. (g_conLogLevel=3) diff --git a/install/mindspore_ascend_install_docker_en.md b/install/mindspore_ascend_install_docker_en.md index 987a43fcb783f7b27718cee30ddf2ac13c45501d..14878920298837e629eb6bf3811d3c8fe3d49f63 100644 --- a/install/mindspore_ascend_install_docker_en.md +++ b/install/mindspore_ascend_install_docker_en.md @@ -165,7 +165,7 @@ When you need to update the MindSpore version: ## Notes -- When deploying containers in non-root user mode, it is essential to verify that the target NPU device is not occupied by other unprivileged containers. After startup, execute the `npu-smi` info command to check device status. If the target NPU device is already allocated to another non-root container, the following error will occur, You can add `-u root` when creating the container. +- When deploying containers in non-root user mode, it is essential to verify that the target NPU device is not occupied by other unprivileged containers. After startup, execute the `npu-smi` info command to check device status. If the target NPU device is already allocated to another non-root container, the following error will occur, You can add `-u root --privileged` when creating the container. ```text DrvMngGetConsoleLogLevel failed. (g_conLogLevel=3)