Commit d23a6a4f authored by songlinfeng's avatar songlinfeng 💬
Browse files

Update README.md

parent ec06e0b2
...@@ -303,9 +303,7 @@ docker stack deploy -c docker-compose.yml rocm-stack ...@@ -303,9 +303,7 @@ docker stack deploy -c docker-compose.yml rocm-stack
$ dcu-ctk runtime configure --runtime=containerd --set-as-default --cdi.enabled $ dcu-ctk runtime configure --runtime=containerd --set-as-default --cdi.enabled
$ systemctl restart containerd $ systemctl restart containerd
``` ```
若用于kubernetes,则需要配合dcu-device-plugin使用 若用于kubernetes,则需要配合[dcu-device-plugin](https://download.sourcefind.cn:65024/5/main/Kubernetes%E6%8F%92%E4%BB%B6)使用,若使用nerdctl命令行工具,则需要使用--runtime
https://download.sourcefind.cn:65024/5/main/Kubernetes%E6%8F%92%E4%BB%B6
若使用nerdctl命令行工具,则需要使用--runtime
```shell ```shell
$ nerdctl run --rm --runtime dcu -e DCU_VISIBLE_DEVICES=0,1 ubuntu:18.04 bash $ nerdctl run --rm --runtime dcu -e DCU_VISIBLE_DEVICES=0,1 ubuntu:18.04 bash
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment