diff --git a/ci/devel-jetson-nano.Dockerfile b/ci/devel-jetson-nano.Dockerfile index f5bec673d..eacd5f74a 100644 --- a/ci/devel-jetson-nano.Dockerfile +++ b/ci/devel-jetson-nano.Dockerfile @@ -1,5 +1,6 @@ # Special docker image for Jetson nano -FROM nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base +#FROM nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base +FROM nvcr.io/nvidia/deepstream-l4t:6.1-base RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update -y && apt-get install -y \ @@ -54,7 +55,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ bash-completion \ schedtool \ python-numpy \ - util-linux + util-linux \ + libcudnn8-dev RUN apt clean -y @@ -63,10 +65,10 @@ RUN chmod +x ./cmake-install.sh RUN ./cmake-install.sh --prefix=/usr/local --skip-license # ubuntu GTEST ugly packaging -WORKDIR /usr/src/gtest +WORKDIR /usr/src/gtest/ RUN cmake . RUN make -j8 -RUN make install +RUN cp lib/libgtest* /usr/lib/ # NOTE(sileht): docker nvidia on jetson is bugged with non-root account, we # have to configure the device access manually. The UID and GID must be the diff --git a/ci/deviceQuery b/ci/deviceQuery index d70001a2b..dfed2ca9a 100755 Binary files a/ci/deviceQuery and b/ci/deviceQuery differ