I’m trying to understand how sdk-manager 20.04 works on docker when i type “docker run -it -rm sdkmanager:latest --query”. It redirects me to login after the login phase it tries to Load server data but it fails what should i do ? I can visit the link without any problem on my host machine. the image that i am directly running is :
sdkmanager-2.1.0.11660-Ubuntu_20.04_docker.tar.gz
i have done these steps ->>
1- docker load -i ./sdkmanager-[version].[build#]-[base_OS]_docker.tar.gz
2- docker tag sdkmanager:[version].[build#] sdkmanager:latest
this works fine :
docker run sdkmanager:latest --ver
2.1.0.11660
what should i do also my main goal is to accomplish customized nvidia-ubuntu image creation like i want to add clion,rviz,vscode etc… but i dont want to do it after flashing the device but in the process of flashing
What’s the difference here?
This has nothing to do with docker. What you need is to customize the rootfs:
https://docs.nvidia.com/jetson/archives/r35.5.0/DeveloperGuide/SD/RootFileSystem.html
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.