Skip to content

Commit 846f7bc

Browse files
committed
[DO NOT MERGE]: Dirty hack for local runners
NVIDIA is blocking local runners to access the Jetpack tarballs, let's move them to a local server. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 59f019d commit 846f7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/nvidia/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN git config --global user.email 'builder@projecteve.dev' && \
1919
git config --global user.name 'Project EVE'
2020

2121
# Jetpack tarballs
22-
ENV JETSON_JP5=https://developer.nvidia.com/downloads/embedded/l4t/r35_release_v5.0/release/jetson_linux_r35.5.0_aarch64.tbz2
23-
ENV JETSON_JP6=https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v3.0/release/jetson_linux_r36.3.0_aarch64.tbz2
22+
ENV JETSON_JP5=http://10.208.13.10/jetson_linux_r35.5.0_aarch64.tbz2
23+
ENV JETSON_JP6=http://10.208.13.10/jetson_linux_r36.3.0_aarch64.tbz2
2424

2525
# Default Jetpack version
2626
ENV JETSON_LINUX=${JETSON_JP5}

0 commit comments

Comments
 (0)