diff --git a/docs/dev-env-setup_jetson.md b/docs/dev-env-setup_jetson.md index d8e48854..0cd7118f 100644 --- a/docs/dev-env-setup_jetson.md +++ b/docs/dev-env-setup_jetson.md @@ -19,7 +19,7 @@ The second option requires more work, but saves the need to reflash the Jetson. Before setting up the SSD, make sure you have all necessary software installed. -> **Note**: If you used an NVIDIA-supplied SD card image to flash your SD card, all necessary JetPack components are already pre-installed, so this section can be skipped. +> **Note**: If you used an NVIDIA-supplied SD card image to flash your SD card, all necessary JetPack components are already pre-installed, so this section can be skipped. Although, verifying the correct setup won't hurt! 1. Install the full NVIDIA JetPack SDK, which includes the `nvidia-container` package. @@ -210,6 +210,14 @@ Now that the SSD is installed and available to your device, you can use the extr sudo journalctl -u docker ``` +6. Restart the Docker service and add your user to the `docker` group. + + ```bash + sudo systemctl restart docker + sudo usermod -aG docker $USER + newgrp docker + ``` + ### Test Docker on SSD 1. \[Terminal 1\] First, open a terminal to monitor the disk usage while pulling a Docker image.