Added config for e2e tests on jetson (#3)
ci/woodpecker/push/build-arm Pipeline failed

This commit is contained in:
Roman Meshko
2026-04-24 14:46:47 +03:00
committed by GitHub
parent 911da5cb1c
commit 3346091a96
4 changed files with 58 additions and 5 deletions
+1
View File
@@ -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/*