From 2aad2555c9e194a57f91eb73eb2fd82ae6fbbc08 Mon Sep 17 00:00:00 2001 From: VestaCord Date: Sun, 27 Apr 2025 21:50:11 +0800 Subject: [PATCH] Updated README Prerequisites to include nvidia-ctk rootless --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c5e298..734fc41 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ gzdev is a command line tool that facilitates the development of the open source **Prerequisites** * [Python](https://www.python.org/downloads/) - Version 3.5 or greater recommended +* [nvidia-ctk](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) - Configure Rootless mode 1. Clone the repository: ```