Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AZP/RELEASE: Add link to libnvidia-ml.so - v1.12.x #7796

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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