Skip to content

Commit 929795b

Browse files
authored
Rename cuda_toolkit package for r32 (#138)
1 parent e71c01d commit 929795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile.image.l4t32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN chroot /build/Linux_for_Tegra/rootfs/ /bin/bash -c "chown -R jetson:jetson /
5050
RUN mount -t proc proc rootfs/proc/ && \
5151
mount -t sysfs sys rootfs/sys && \
5252
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"
53+
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"
5454

5555
# Edit initrd
5656
WORKDIR /tmp/pythops

0 commit comments

Comments
 (0)