Fix build for jetson profile
ci/woodpecker/push/build-arm Pipeline was successful

This commit is contained in:
Roman Meshko
2026-04-24 15:26:37 +03:00
parent 4b006678b3
commit bd83552109
-1
View File
@@ -6,7 +6,6 @@ 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/*