Hi, can you help me with my issue?
I have installed jetpack on jetson nano nvidia-l4t-core 32.4.3-20200625213809. I
the jupyter container is run using /home/nvidia/docker_dli_run.sh.
I was trying to install jetbot on the same jetson nano. Using the commands
git clone GitHub - NVIDIA-AI-IOT/jetbot: An educational AI robot based on NVIDIA Jetson Nano.
./jetbot/scripts/configure_jetson.sh
sudo systemctl set-default graphical.target
./scripts/re_enable_gui.sh
./scripts/enable_swap.sh
cd docker
./enable.sh $HOME
I got the following message
JETBOT_VERSION=0.4.3
L4T_VERSION=32.4.3
JETBOT_BASE_IMAGE=nvcr.io/nvidia/l4t-pytorch:r32.4.3-pth1.6-py3
Restarting docker daemon …
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
Unable to find image ‘jetbot/jetbot:display-0.4.3-32.4.3’ locally
docker: Error response from daemon: manifest for jetbot/jetbot:display-0.4.3-32.4.3 not found: manifest unknown: manifest unknown.
See ‘docker run --help’.
Unable to find image ‘jetbot/jetbot:jupyter-0.4.3-32.4.3’ locally
docker: Error response from daemon: manifest for jetbot/jetbot:jupyter-0.4.3-32.4.3 not found: manifest unknown: manifest unknown.
See ‘docker run --help’.
nvidia@nvidia-desktop:~/jetbot/docker$ cat /etc/nv_tegra_release
R32 (release), REVISION: 4.3, GCID: 21589087, BOARD: t210ref, EABI: aarch64, DATE: Fri Jun 26 04:38:25 UTC 2020
nvidia@nvidia-desktop:~/jetbot/docker$ dpkg-query --show nvidia-jetpack
dpkg-query: no packages found matching nvidia-jetpack
nvidia@nvidia-desktop:~/jetbot/docker$ dpkg-query --show nvidia-jetpack
dpkg-query: no packages found matching nvidia-jetpack
nvidia@nvidia-desktop:~/jetbot/docker$ dpkg-query --show nvidia-l4t-core
nvidia-l4t-core 32.4.3-20200625213809
Are they incompatible? can you please advise?
If both containers are working, how to assign different IPs to each one?
Thank you so much for your help