dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.33k stars 476 forks source link

l4t-base Dockerfile for jetpack5 #176

Open asimonov opened 2 years ago

asimonov commented 2 years ago

@dusty-nv ,

In the base container here (https://github.com/dusty-nv/jetson-containers/blob/master/Dockerfile.jetpack) you reference BASE_IMAGE=nvcr.io/nvidia/l4t-base:r34.1.

This image is on NGC here: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-base

Which says: "Starting with the r32.4.3 release, the Dockerfile for the l4t-base docker image is also being provided. This can be accessed at this link. Users can use this to modify the contents to suit their needs."

Unfortunately the repo https://gitlab.com/nvidia/container-images/l4t-base was not updated with jetpack5 version of l4t-base: https://gitlab.com/nvidia/container-images/l4t-base/-/blob/master/Dockerfile.l4t

Is it possible to update it?

I found it quite useful to see how to build the container from docker.io/arm64v8/ubuntu:18.04

dusty-nv commented 2 years ago

Hi @asimonov, let me check with the team that maintains the l4t-base container

dusty-nv commented 2 years ago

Hi @asimonov, the l4t-base dockerfile will be updated in the gitlab on the next JetPack release

asimonov commented 2 years ago

@dusty-nv thanks for checking!

asimonov commented 2 years ago

@dusty-nv

I am afraid the L4T base docker repos were not updated with 5.0.2 release.

Can you ask the team to update?

dusty-nv commented 2 years ago

@asimonov this is the merge request for it: https://gitlab.com/nvidia/container-images/l4t-base/-/merge_requests/4

I will check on the status, sorry about that.