An open API service indexing awesome lists of open source software.

https://github.com/devops-ws/gpu-guide


https://github.com/devops-ws/gpu-guide

Last synced: 16 days ago
JSON representation

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 <