NVIDIA
NVIDIA
NVIDIA L4T ML
Container
NVIDIA
NVIDIA
NVIDIA L4T ML

Get started on your AI journey quickly on Jetson. The Machine learning container contains TensorFlow, PyTorch, JupyterLab, and other popular ML and data science frameworks such as scikit-learn, scipy, and Pandas pre-installed in a Python environment.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CONFIG
76c51b352afbfdb07851a590414d925d0a9a3b3600aa70bd9714cc424d911824RUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) OPENCV_DEB=OpenCV-4.5.0-aarch64.tar.gz OPENCV_URL=https://nvidia.box.com/shared/static/2hssa5g3v28ozvo3tc3qwxmn78yerca9.gz PYTHON3_VERSION=3.8 python3 -c "from notebook.auth.security import set_password; set_password('nvidia', '/root/.jupyter/jupyter_notebook_config.json')"
05/23/2022 3:32 PM UTC
6195d3eee53f8793d32a24a176722b29d1c1e05a25e4eb173056f1947d94b666RUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) OPENCV_DEB=OpenCV-4.5.0-aarch64.tar.gz OPENCV_URL=https://nvidia.box.com/shared/static/2hssa5g3v28ozvo3tc3qwxmn78yerca9.gz PYTHON3_VERSION=3.8 jupyter lab --generate-config
05/23/2022 3:32 PM UTC
97dc440cc9945b1ece9ed091fe1e37300dfb9436f781e1a30089bec1d38395d0RUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) OPENCV_DEB=OpenCV-4.5.0-aarch64.tar.gz OPENCV_URL=https://nvidia.box.com/shared/static/2hssa5g3v28ozvo3tc3qwxmn78yerca9.gz PYTHON3_VERSION=3.8 pip3 install --no-cache-dir --verbose jupyter jupyterlab &&
  pip3 install --no-cache-dir --verbose jupyterlab_widgets
05/23/2022 3:32 PM UTC
4dc277686cf09ad3eadeae67828afbafc0d711b679f7669473c1eb476fdc117dRUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) OPENCV_DEB=OpenCV-4.5.0-aarch64.tar.gz OPENCV_URL=https://nvidia.box.com/shared/static/2hssa5g3v28ozvo3tc3qwxmn78yerca9.gz PYTHON3_VERSION=3.8 apt-get purge -y '*opencv*' ||
  echo "previous OpenCV installation not found" &&
  mkdir opencv &&
  cd opencv &&
  wget --quiet --show-progress --progress=bar:force:noscroll --no-check-certificate ${OPENCV_URL} -O ${OPENCV_DEB} &&
  tar -xzvf ${OPENCV_DEB} &&
  dpkg -i --force-depends *.deb &&
  apt-get update &&
  apt-get install -y -f --no-install-recommends &&
  dpkg -i *.deb &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean &&
  cd ../ &&
  rm -rf opencv &&
  PYTHON3_VERSION=`python3 -c 'import sys; version=sys.version_info[:3]; print("{0}.{1}".format(*version))'` &&
  cp -r /usr/include/opencv4 /usr/local/include/opencv4 &&
  cp -r /usr/lib/python${PYTHON3_VERSION}/dist-packages/cv2 /usr/local/lib/python${PYTHON3_VERSION}/dist-packages/cv2
05/23/2022 3:31 PM UTC
d9c247058ffc768583a2741150561f0ebaf471643b02bd78d107f55eeede54a9ARG
OPENCV_DEB=OpenCV-4.5.0-aarch64.tar.gz
05/23/2022 3:31 PM UTC
daa370588c11f22d7f7e329a6d44b14d7fe61e12207a99f53704eb65ffafcb2fARG
OPENCV_URL=https://nvidia.box.com/shared/static/2hssa5g3v28ozvo3tc3qwxmn78yerca9.gz
05/23/2022 3:31 PM UTC
f71b2881c0bafb701f029e5bb0893f4f726755c39a7051054b319ef889138be5RUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) PYTHON3_VERSION=3.8 pip3 install --no-cache-dir --verbose pycuda six
05/23/2022 3:31 PM UTC
e51f43797a93cf03a7c8f537ebb4b677ac2c688e3e5bb5a1ffc487e8347ba88fRUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) PYTHON3_VERSION=3.8 pip3 uninstall -y pycuda
05/23/2022 3:28 PM UTC
ee98560bee6cd51c8e6f731ad04b5afc27094120432666baacf883a007546517RUN
CUPY_NVCC_GENERATE_CODE=arch=compute_53,code=sm_53;arch=compute_62,code=sm_62;arch=compute_72,code=sm_72;arch=compute_87,code=sm_87 CUPY_VERSION=v10.2.0 MAKEFLAGS=-j$(nproc) PYTHON3_VERSION=3.8 git clone -b ${CUPY_VERSION} --recursive https://github.com/cupy/cupy cupy &&
  cd cupy &&
  pip3 install --no-cache-dir fastrlock &&
  python3 setup.py install --verbose &&
  cd ../ &&
  rm -rf cupy
05/23/2022 3:28 PM UTC

NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.