We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0c9ca commit 4fe9aa7Copy full SHA for 4fe9aa7
docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0
@@ -210,9 +210,6 @@ RUN cd /usr/local/lib/python3.10/dist-packages && \
210
rm -rf skimage/data || true && \
211
find . -name "*.pyi" -delete 2>/dev/null || true
212
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
-
216
# Stage 2: Runtime
217
FROM nvcr.io/nvidia/l4t-cuda:12.6.11-runtime
218
0 commit comments