Skip to content

Commit a06c31f

Browse files
committed
fix
Signed-off-by: wbc6080 <[email protected]>
1 parent 02c97fd commit a06c31f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/advanced/gpu.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ sidebar_position: 5
66
## Abstract
77

88
With the development of edge AI, the demand for deploying GPU applications on edge nodes is gradually increasing. Currently, KubeEdge can manage GPU nodes through some configurations,
9-
and allocate GPU resources to user edge applications through the k8s device-plugin component. If you need to use this feature, please refer to the steps below.
9+
and allocate Nvidia GPU resources to user edge applications through the k8s device-plugin component. If you need to use this feature, please refer to the steps below.
1010

1111
## Getting Started
1212

1313
### GPU running environment construction
1414

15-
Using GPU on edge nodes requires building a GPU operating environment first, which mainly includes the following steps:
15+
Using Nvidia GPU on edge nodes requires building a GPU operating environment first, which mainly includes the following steps:
1616

1717
1. Install GPU driver
1818

@@ -35,16 +35,16 @@ Since KubeEdge v1.14, support for Dockershim has been removed, and use Docker ru
3535
and transfer the installation package to the edge node to complete decompression. After decompression, the following files should appear in the directory:
3636

3737
```shell
38-
root@edgenode:~/release-v1.16.0-rc.1-experimental/packages/ubuntu18.04/amd64# ls
39-
libnvidia-container1_1.16.0~rc.1-1_amd64.deb libnvidia-container-tools_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit-operator-extensions_1.16.0~rc.1-1_amd64.deb
40-
libnvidia-container1-dbg_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit_1.16.0~rc.1-1_amd64.deb
41-
libnvidia-container-dev_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit-base_1.16.0~rc.1-1_amd64.deb
38+
root@edgenode:~/release-v1.16.0-rc.1-experimental/packages/ubuntu18.04/amd64# ls
39+
libnvidia-container1_1.16.0~rc.1-1_amd64.deb libnvidia-container-tools_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit-operator-extensions_1.16.0~rc.1-1_amd64.deb
40+
libnvidia-container1-dbg_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit_1.16.0~rc.1-1_amd64.deb
41+
libnvidia-container-dev_1.16.0~rc.1-1_amd64.deb nvidia-container-toolkit-base_1.16.0~rc.1-1_amd64.deb
4242
```
4343

4444
Execute the following command in this directory to complete the installation:
4545

4646
```shell
47-
sudo apt install ./*
47+
sudo apt install ./*
4848
```
4949

5050
4. Configure container runtime to support GPU
@@ -85,7 +85,7 @@ Through the above steps, the edge node already has a GPU driver, and the contain
8585

8686
### Edge GPU node management
8787

88-
Hosting edge GPU nodes mainly includes the following steps:
88+
Hosting edge Nvidia GPU nodes mainly includes the following steps:
8989

9090
1. Manage the node to the cluster
9191

0 commit comments

Comments
 (0)