Skip to content

Instantly share code, notes, and snippets.

View GowriUmesh's full-sized avatar

Gowri Umesh GowriUmesh

  • Ecole Centrale de Nantes
  • France
View GitHub Profile
@GowriUmesh
GowriUmesh / Dockerfile
Last active September 20, 2022 12:41
Dockerfile with ROS2 and ZED SDK forJetson AGX Orin™
ARG L4T_MINOR_VERSION=1.0
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-jetpack
FROM nvcr.io/nvidia/l4t-jetpack:r35.1.0
# After using an arg in a `FROM` line, the arg is lo
ARG L4T_MINOR_VERSION=1.0
ARG ZED_SDK_MAJOR=3
ARG ZED_SDK_MINOR=7
ARG JETPACK_MAJOR=5