From 91266655a14eb64d1eb3519c547fa199423533c7 Mon Sep 17 00:00:00 2001 From: juniorxsound Date: Thu, 16 Jan 2020 12:03:07 -0500 Subject: [PATCH] Add nvidia-container-toolkit link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62e72b5..f4eb0e8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ FROM nytimes/blender:latest ``` For all tags available see [Docker tags](#docker-tags) +> If you are running a GPU image make sure you [follow and setup Nvidia Container Toolkit](https://github.com/NVIDIA/nvidia-docker) + ## Docker tags - `nytimes/blender:latest` - Latest CPU image with latest Blender version - `nytimes/blender:latest-gpu` - Latest GPU image with latest Blender version