From bd835521091ae4dc472406499cced96057cf958b Mon Sep 17 00:00:00 2001 From: Roman Meshko Date: Fri, 24 Apr 2026 15:26:37 +0300 Subject: [PATCH] Fix build for jetson profile --- Dockerfile.jetson | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.jetson b/Dockerfile.jetson index b675bda..8da6048 100644 --- a/Dockerfile.jetson +++ b/Dockerfile.jetson @@ -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/*