From e701b8870fa8d9a4bdb08e7c2e987c96d4a2ccac Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Thu, 14 Mar 2024 18:38:04 +1300 Subject: [PATCH] Describe how to install the NVIDIA container toolkit on Ubuntu server --- docs/ubuntu-server.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/ubuntu-server.md b/docs/ubuntu-server.md index 33f44af..cb67410 100644 --- a/docs/ubuntu-server.md +++ b/docs/ubuntu-server.md @@ -11,11 +11,19 @@ Follow these instructions to install Steam Headless on Ubuntu Server. ## INSTALL DOCKER: -Install docker-ce to your Ubuntu server following the [official instrctions](https://docs.docker.com/engine/install/ubuntu/). +Install docker-ce to your Ubuntu server following the [official instructions](https://docs.docker.com/engine/install/ubuntu/). Ensure you install the `docker-compose-plugin` mentioned within these instructions +## INSTALL NVIDIA CONTAINER TOOLKIT + +The easiest way to get running with NVIDIA GPUs is to install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit?tab=readme-ov-file). + +Follow the [official instructions](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-with-apt) for installing the container toolkit to your Ubuntu server with apt. + +If you do this, ensure that when you configure Docker Compose in the next step you choose the `nvidia` runtime. + ## CONFIGURE DOCKER COMPOSE: Once you have installed docker, follow the [Compose Files](./docker-compose.md) section and select the right configuration file for your hardware.