We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c01d commit 929795bCopy full SHA for 929795b
Containerfile.image.l4t32
@@ -50,7 +50,7 @@ RUN chroot /build/Linux_for_Tegra/rootfs/ /bin/bash -c "chown -R jetson:jetson /
50
RUN mount -t proc proc rootfs/proc/ && \
51
mount -t sysfs sys rootfs/sys && \
52
mount -o bind /dev rootfs/dev && \
53
- chroot rootfs /bin/bash -c "echo 'nameserver 8.8.8.8' > /etc/resolv.conf && apt update; apt install -y cuda-toolkit $L4T_PACKAGES"
+ chroot rootfs /bin/bash -c "echo 'nameserver 8.8.8.8' > /etc/resolv.conf && apt update; apt install -y cuda-toolkit-10-2 $L4T_PACKAGES"
54
55
# Edit initrd
56
WORKDIR /tmp/pythops
0 commit comments