From 3c464d05fc75ab3bda6ef1bebf6b3b7a8b8b5321 Mon Sep 17 00:00:00 2001 From: Tinker Twins Date: Thu, 27 Jul 2023 14:33:09 -0400 Subject: [PATCH 1/2] Update dev-env-setup_jetson.md Signed-off-by: Tinker Twins --- docs/dev-env-setup_jetson.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/dev-env-setup_jetson.md b/docs/dev-env-setup_jetson.md index d8e48854..ce375575 100644 --- a/docs/dev-env-setup_jetson.md +++ b/docs/dev-env-setup_jetson.md @@ -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. From da87dc58f57dc05f104feb6eecd2cbd450e264dd Mon Sep 17 00:00:00 2001 From: Tinker Twins Date: Thu, 27 Jul 2023 14:36:38 -0400 Subject: [PATCH 2/2] Update dev-env-setup_jetson.md Signed-off-by: Tinker Twins --- docs/dev-env-setup_jetson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-env-setup_jetson.md b/docs/dev-env-setup_jetson.md index ce375575..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.