Skip to content

Commit

Permalink
Merge pull request #7796 from avildema/fix_release_1_12_tag
Browse files Browse the repository at this point in the history
AZP/RELEASE: Add link to libnvidia-ml.so - v1.12.x
  • Loading branch information
brminich authored Dec 14, 2021
2 parents 8ab494b + f8b7f56 commit b98911f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ resources:
- container: centos8_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/centos8-mofed5-cuda11:2
- container: ubuntu16_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu16.04-mofed5-cuda11:1
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu16.04-mofed5-cuda11:3
- container: ubuntu18_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu18.04-mofed5-cuda11:2
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu18.04-mofed5-cuda11:3
- container: ubuntu20_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu20.04-mofed5-cuda11:2
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu20.04-mofed5-cuda11:3

stages:
- stage: Prepare
Expand Down
6 changes: 3 additions & 3 deletions buildlib/dockers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
CUDA_VERSION: 11.4.0
OS_VERSION: 8
ubuntu16.04-mofed5-cuda11:
image: ubuntu16.04-mofed5-cuda11:1
image: ubuntu16.04-mofed5-cuda11:3
build:
context: .
network: host
Expand All @@ -34,7 +34,7 @@ services:
UBUNTU_VERSION: 16.04
CUDA_VERSION: 11.2.0
ubuntu18.04-mofed5-cuda11:
image: ubuntu18.04-mofed5-cuda11:2
image: ubuntu18.04-mofed5-cuda11:3
build:
context: .
network: host
Expand All @@ -44,7 +44,7 @@ services:
UBUNTU_VERSION: 18.04
CUDA_VERSION: 11.4.0
ubuntu20.04-mofed5-cuda11:
image: ubuntu20.04-mofed5-cuda11:2
image: ubuntu20.04-mofed5-cuda11:3
build:
context: .
network: host
Expand Down
2 changes: 2 additions & 0 deletions buildlib/dockers/ubuntu-release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ ENV CPATH /usr/local/cuda/include:${CPATH}
ENV LD_LIBRARY_PATH /usr/local/cuda/lib64:/usr/local/cuda/compat:${LD_LIBRARY_PATH}
ENV LIBRARY_PATH /usr/local/cuda/lib64:/usr/local/cuda/compat:${LIBRARY_PATH}
ENV PATH /usr/local/cuda/compat:${PATH}

RUN ml_stub=$(find /usr -name libnvidia-ml.so) && ln -s $ml_stub /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1

0 comments on commit b98911f

Please sign in to comment.