Skip to content

Commit 4fe9aa7

Browse files
committed
Remove strip command - it corrupts precompiled wheel binaries (scipy openblas)
1 parent de0c9ca commit 4fe9aa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ RUN cd /usr/local/lib/python3.10/dist-packages && \
210210
rm -rf skimage/data || true && \
211211
find . -name "*.pyi" -delete 2>/dev/null || true
212212

213-
# Strip debug symbols from all shared libraries to save hundreds of MB
214-
RUN find /usr/local/lib/python3.10/dist-packages -name "*.so*" -type f -exec strip --strip-debug {} \; 2>/dev/null || true
215-
216213
# Stage 2: Runtime
217214
FROM nvcr.io/nvidia/l4t-cuda:12.6.11-runtime
218215

0 commit comments

Comments
 (0)