jetson-containers icon indicating copy to clipboard operation
jetson-containers copied to clipboard

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T

Results 435 jetson-containers issues
Sort by recently updated
recently updated
newest added

Hello dusty_nv. Thank you for creating these containers and making this tutorial. I used it to run ros2 FOXY, and I was able to download and test the container and...

typo? for docker file for ros noetic change python3-vcstool to python3-vcstools

Hello How are you? Thanks for contributing this project. I made a jetson-docker image from the l4t image: nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf1.15-py3. I am using Jetson-Xavier NX. I installed jetson sd card image...

Hello How are you? I am building an own Jetson docker image from **_nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf1.15-py3_** or **_nvcr.io/nvidia/l4t-pytorch:r32.4.3-pth1.6-py3_** on **x86_64 host machine** rather than Jetson. However, I faced the following issue during...

Changed "pytorch" to "tensorflow". Before the `./scripts/docker_build_ml.sh tensorflow` didn't do anything because there was nothing in the script to catch the `tensorflow` keyword.

I tried to build darknet (yolo) on the image - but it failed with: gcc -Iinclude/ -Isrc/ -DGPU -I/usr/local/cuda/include/ -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -DGPU -c ./src/gemm.c -o obj/gemm.o...

Dockerfile FROM nvcr.io/nvidia/l4t-ml:r32.4.3-py3 Step 16/19 : RUN cd /usr/local/cuda/targets/aarch64-linux/lib && mkdir 123 ---> Running in d0f4ef0fa4c4 mkdir: cannot create directory '123': Read-only file system

I am using Jetpack 4.3 on Tegra Tx2. Below are other versions of 3rd party softwares. ``` Protobuf-3.8.0 Eigen- 3.3.90 Tensorflow-2.0.0 Python-2.7.17 GCC 7.5.0 Bazel 0.26.1 cuDNN-7.6.3 CUDA-10.0 ``` I...

Does Jetson support TF2 such that it can be supported in a container? The following [Release Notes](https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform-release-notes/tf-jetson-rel.html#tf-jetson-rel) suggest this should be supported. However this mentions the complete TF container which...