Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Dependency Update] Bump up the CI Nvidia docker to CUDA 10.1 #14986

Merged
merged 18 commits into from
Jul 19, 2019
Merged
Prev Previous commit
Next Next commit
fix cuda_patch_typo
stu1130 committed May 27, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d25aa92de868ae8856e313bcef8e1961600361b1
2 changes: 1 addition & 1 deletion tools/setup_gpu_build_tools.sh
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ DEPS_PATH=$2
>&2 echo "Setting CUDA versions for $VARIANT"
if [[ $VARIANT == cu101* ]]; then
CUDA_VERSION='10.1.105-1'
CUDA_PATCH_VERSION='10.1.105-1'
CUDA_PATCH_VERSION='10.1.0.105-1'
LIBCUDA_VERSION='418.39-0ubuntu1'
LIBCUDNN_VERSION='7.5.1.10-1+cuda10.1'
LIBNCCL_VERSION='2.4.2-1+cuda10.1'