Skip to content

Commit

Permalink
[Docs] Add AMD GPU info to ssh fleets section
Browse files Browse the repository at this point in the history
Issue: #1413
  • Loading branch information
un-def committed Oct 3, 2024
1 parent e73cd54 commit 85a12e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docs/concepts/fleets.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ are both acceptable).

!!! info "Requirements"
Hosts should be pre-installed with Docker.
The user should have passwordless `sudo` access.

Systems with NVIDIA GPUs should also be pre-installed with CUDA 12.1 and
[NVIDIA Container Toolkit :material-arrow-top-right-thin:{ .external }](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html).
The user should have `sudo` access.

Systems with AMD GPUs should also be pre-installed with AMDGPU-DKMS kernel driver via
[native package manager :material-arrow-top-right-thin:{ .external }](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/native-install/index.html)
or [AMDGPU installer :material-arrow-top-right-thin:{ .external }](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html).

??? info "Environment variables"
For SSH fleets, it's possible to pre-configure environment variables.
Expand Down

0 comments on commit 85a12e2

Please sign in to comment.