Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 4d6adb2

Browse files
committed
copying whole OpenBLAS dir as include and bin are also needed
1 parent 95ddbc5 commit 4d6adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manywheel/Dockerfile_cuda_aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ARG BASE_CUDA_VERSION
8484
RUN rm -rf /usr/local/cuda-${BASE_CUDA_VERSION}
8585
COPY --from=cuda /usr/local/cuda-${BASE_CUDA_VERSION} /usr/local/cuda-${BASE_CUDA_VERSION}
8686
COPY --from=magma /usr/local/cuda-${BASE_CUDA_VERSION} /usr/local/cuda-${BASE_CUDA_VERSION}
87-
COPY --from=openblas /opt/OpenBLAS/lib /opt/OpenBLAS/lib
87+
COPY --from=openblas /opt/OpenBLAS/ /opt/OpenBLAS/
8888
RUN ln -sf /usr/local/cuda-${BASE_CUDA_VERSION} /usr/local/cuda
8989
ENV PATH=/usr/local/cuda/bin:$PATH
9090
ENV LD_LIBRARY_PATH=/opt/OpenBLAS/lib:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)