From 9298a572113bf930f8ec595d9a0359350e45f1d7 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 19 Nov 2024 11:53:08 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 8b15e3c..8f67d5c 100644 --- a/README.md +++ b/README.md @@ -72,28 +72,6 @@ sudo nvidia-ctk runtime configure --runtime=docker --cdi.enabled sudo systemctl restart docker ``` -##### Rootless Mode - -To configure the container runtime for Docker running in [Rootless mode](https://docs.docker.com/engine/security/rootless/), follow these steps: - -1. Configure the container runtime by using the nvidia-ctk command: - - ```bash - nvidia-ctk runtime configure --runtime=docker --config=$HOME/.config/docker/daemon.json - ``` - -2. Restart the Rootless Docker daemon - - ```bash - systemctl --user restart docker - ``` - -3. Configure /etc/nvidia-container-runtime/config.toml by using the sudo nvidia-ctk command: - - ```bash - sudo nvidia-ctk config --set nvidia-container-cli.no-cgroups --in-place - ``` - ### Sample Workload After you install and configure the toolkit and install an NVIDIA GPU Driver, you can verify your installation by running a sample workload.