[AZ-204] OCI revision labels + AZAION_REVISION env

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-20 03:58:47 +03:00
parent 849e32c6ae
commit 854cb505af
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
FROM nvcr.io/nvidia/l4t-jetpack:r36.2.0
ARG CI_COMMIT_SHA=unknown
ENV AZAION_REVISION=$CI_COMMIT_SHA
RUN apt-get update && apt-get install -y \
python3 python3-pip python3-dev gcc \