You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ./installer.sh build-container the container build fails due to libnccl versions:
Building dependency tree...
Reading state information...
The following held packages will be changed:
libnccl-dev libnccl2
The following packages will be DOWNGRADED:
libnccl-dev libnccl2
E: Packages were downgraded and -y was used without --allow-downgrades.
0 upgraded, 0 newly installed, 2 downgraded, 0 to remove and 15 not upgraded.
Error: error building at STEP "RUN wget -qO - https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub | apt-key add - && echo "deb https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 /" >> /etc/apt/sources.list.d/hpccm.list && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libnccl-dev=2.10.3-1+cuda11.4 libnccl2=2.10.3-1+cuda11.4 && rm -rf /var/lib/apt/lists/*": error while running runtime: exit status 100
##NV## Fri Apr 8 17:46:05 EDT 2022 ## END Building Container
The text was updated successfully, but these errors were encountered:
bws
changed the title
Build container failes due libnccl versions
Build container fails due to libnccl versions
Apr 8, 2022
When running ./installer.sh build-container the container build fails due to libnccl versions:
Building dependency tree...
Reading state information...
The following held packages will be changed:
libnccl-dev libnccl2
The following packages will be DOWNGRADED:
libnccl-dev libnccl2
E: Packages were downgraded and -y was used without --allow-downgrades.
0 upgraded, 0 newly installed, 2 downgraded, 0 to remove and 15 not upgraded.
Error: error building at STEP "RUN wget -qO - https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub | apt-key add - && echo "deb https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 /" >> /etc/apt/sources.list.d/hpccm.list && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libnccl-dev=2.10.3-1+cuda11.4 libnccl2=2.10.3-1+cuda11.4 && rm -rf /var/lib/apt/lists/*": error while running runtime: exit status 100
##NV## Fri Apr 8 17:46:05 EDT 2022 ## END Building Container
The text was updated successfully, but these errors were encountered: