We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae2b375 + 476c814 commit 022f07aCopy full SHA for 022f07a
docs/installation/prequisities.md
@@ -4,10 +4,13 @@ title: Prequisities
4
5
Before installing HAMi, make sure the following tools and dependencies are properly installed in your environment:
6
7
-- [Helm](https://helm.sh/zh/docs/) v3+
8
-- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) v1.16+
9
-- [CUDA](https://developer.nvidia.com/cuda-toolkit) v10.2+
10
-- [NvidiaDriver](https://www.nvidia.cn/drivers/unix/) v440+
+- NVIDIA drivers >= 440
+- nvidia-docker version > 2.0
+- default runtime configured as nvidia for containerd/docker/cri-o container runtime
+- Kubernetes version >= 1.18
11
+- glibc >= 2.17 & glibc < 2.30
12
+- kernel version >= 3.10
13
+- helm > 3.0
14
15
## Preparing your GPU Nodes
16
0 commit comments