Hi. May I ask how to install the deep learning environment on the emmc core board, I use sdkmanager to install it, because there is not enough space to install it
kayccc
September 5, 2022, 12:04am
2
Hi,
You can mount extra storage and download the image to it.
Below is some information to change the download folder for your reference:
You can change Docker’s storage base directory (where container and images go) using the -g option when starting the Docker daemon. Ubuntu/Debian: edit your /etc/default/docker file with the -g option: DOCKER_OPTS="-dns 8.8.8.8 -dns 8.8.4.4 -g...
Reading time: 6 mins 🕑
Likes: 31 ❤
Thanks.
Thank you for your answer, if I don’t have other external storage devices, is there any other way to install it?
You can take into account my answer to this thread:
Hi @H_Y ,
Depending on what you need on the Jetson, you can remove the following components:
containerd docker*: if you don’t need containers
libreoffice thunderbird chromium-browser: if you don’t need to use these packages
ubuntu-gnome-desktop: GUI elements if you don’t need it
For uninstalling, you need apt purge. After this, you can use sudo apt-get autoremove to remove any package that is not longer needed because of dependencies. Be aware that this may mess up your Jetson and should be …
system
Closed
September 20, 2022, 4:49pm
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.