https://github.com/devops-ws/gpu-guide
https://github.com/devops-ws/gpu-guide
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devops-ws/gpu-guide
- Owner: devops-ws
- Created: 2023-01-30T10:52:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T03:35:58.000Z (about 2 years ago)
- Last Synced: 2025-01-16T02:17:15.254Z (about 1 year ago)
- Homepage: https://jenkins-zh.cn
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpu-guide
安装 `hd` 工具:`curl https://gitee.com/linuxsuren/tools/raw/master/install-zh.sh|bash`
## 安装 Toolkit
```shell
hd i nvidia-container-toolkit
```
## 安装 NVIDIA 容器运行时
```shell
hd i nvidia-docker2
```
## 安装 GPU Operator
```shell
helm repo add nvidia https://nvidia.github.io/gpu-operator
helm repo update
helm install gpu-operator nvidia/gpu-operator -n gpu-operator-resources --set toolkit.version=1.6.0-centos7
```
## 测试
```shell
cat <