Skip to content

Commit

Permalink
- Fix cublas cross-compilation library install
Browse files Browse the repository at this point in the history
- Use proper DALI_deps hash.

Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
  • Loading branch information
mzient committed May 9, 2024
1 parent c295e27 commit 441c606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a6aabd95e454f946bf7d6bd84cb5111be2056ac4
22cb369c551d2ba5fd1cfe2b667965d968258cda
1 change: 0 additions & 1 deletion docker/Dockerfile.build.aarch64-linux
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
libcurand-cross-aarch64-${CUDA_CROSS_VERSION} \
libcusolver-cross-aarch64-${CUDA_CROSS_VERSION} \
libcublas-cross-aarch64-${CUDA_CROSS_VERSION} \
libcublaslt-cross-aarch64-${CUDA_CROSS_VERSION} \
cuda-driver-cross-aarch64-${CUDA_CROSS_VERSION} \
cuda-cccl-cross-aarch64-${CUDA_CROSS_VERSION} \
cuda-nvcc-cross-aarch64-${CUDA_CROSS_VERSION} \
Expand Down

0 comments on commit 441c606

Please sign in to comment.