File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -87,16 +87,12 @@ jobs:
8787 echo "Deleting CUDA libraries..."
8888 # This find command will print the files being deleted, which is useful for debugging.
8989 find "$UNPACK_DIR" -type f \( \
90- -name 'libcuda.so*' -o \
91- -name 'libcublas.so*' -o \
92- -name 'libcublasLt.so*' -o \
93- -name 'libnvJitLink.so*' -o \
94- -name 'libcudart.so*' -o \
95- -name 'libcufft.so*' -o \
96- -name 'libcurand.so*' -o \
97- -name 'libcusolver.so*' -o \
98- -name 'libcusparse.so*' -o \
99- -name 'libcudnn.so*' \
90+ -name 'libssl*.so*' -o \
91+ -name 'libcurand*.so*' -o \
92+ -name 'libcuda*.so*' -o \
93+ -name 'libcublasLt*.so*' -o \
94+ -name 'libcublas*.so*' -o \
95+ -name 'libcrypto*.so*' -o \
10096 \) -print -delete
10197
10298 echo "Re-packing the wheel..."
You can’t perform that action at this time.
0 commit comments