Changed to update image version
ci/woodpecker/push/02-build-push Pipeline failed

This commit is contained in:
Roman Meshko
2026-05-31 16:25:23 +03:00
parent a637683731
commit 5d1b00c8b6
4 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/l4t-jetpack:r36.2.0
FROM nvcr.io/nvidia/l4t-jetpack:r36.4.0
ARG CI_COMMIT_SHA=unknown
ENV AZAION_REVISION=$CI_COMMIT_SHA
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
python3 python3-pip python3-dev gcc \
libgl1 libglib2.0-0 \
python3-libnvinfer python3-libnvinfer-dev \
python3-pycuda \
&& rm -rf /var/lib/apt/lists/*