Skip to content

Commit 1391627

Browse files
committed
chore: update nano docker ci
1 parent cdab9e3 commit 1391627

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ci/devel-jetson-nano.Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Special docker image for Jetson nano
2-
FROM nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base
2+
#FROM nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base
3+
FROM nvcr.io/nvidia/deepstream-l4t:6.1-base
34

45
RUN export DEBIAN_FRONTEND=noninteractive && \
56
apt-get update -y && apt-get install -y \
@@ -54,7 +55,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
5455
bash-completion \
5556
schedtool \
5657
python-numpy \
57-
util-linux
58+
util-linux \
59+
libcudnn8-dev
5860

5961
RUN apt clean -y
6062

@@ -63,10 +65,10 @@ RUN chmod +x ./cmake-install.sh
6365
RUN ./cmake-install.sh --prefix=/usr/local --skip-license
6466

6567
# ubuntu GTEST ugly packaging
66-
WORKDIR /usr/src/gtest
68+
WORKDIR /usr/src/gtest/
6769
RUN cmake .
6870
RUN make -j8
69-
RUN make install
71+
RUN cp lib/libgtest* /usr/lib/
7072

7173
# NOTE(sileht): docker nvidia on jetson is bugged with non-root account, we
7274
# have to configure the device access manually. The UID and GID must be the

ci/deviceQuery

76.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)