diff --git a/README.md b/README.md index 60aa3c6..b1b2c6a 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,12 @@ Jailmaker won't install Docker for you, but it can setup the jail with the capab ## Nvidia GPU -To make passthrough of the nvidia GPU work, you need to schedule a Pre Init command. The reason is that TrueNAS SCALE by default doesn't load the nvidia kernel modules (and jailmaker doesn't do that either). +To make passthrough of the nvidia GPU work, you need to schedule a Pre Init command. The reason is that TrueNAS SCALE by default doesn't load the nvidia kernel modules (and jailmaker doesn't do that either). [This screenshot](https://user-images.githubusercontent.com/1704047/222915803-d6dd51b0-c4dd-4189-84be-a04d38cca0b3.png) shows what the configuration should look like. ``` [ ! -f /dev/nvidia-uvm ] && modprobe nvidia-current-uvm && /usr/bin/nvidia-modprobe -c0 -u ``` -![Pre Init config screenshot](https://user-images.githubusercontent.com/1704047/222915803-d6dd51b0-c4dd-4189-84be-a04d38cca0b3.png) - ## Comparison TODO: write comparison between systemd-nspawn (without jailmaker), LXC, VMs, Docker (on the host).