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

centos7-bld: cuda public key not installed #33

Closed
smanders opened this issue May 18, 2022 · 3 comments
Closed

centos7-bld: cuda public key not installed #33

smanders opened this issue May 18, 2022 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@smanders
Copy link
Collaborator

building the public/centos7-bld.dockerfile currently fails
https://github.com/smanders/buildpro/blob/22.04/public/centos7-bld.dockerfile#L58-L83

warning: /var/cache/yum/x86_64/7/cuda/packages/cuda-compiler-10-1-10.1.243-1.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID d42d0685: NOKEY
Public key for cuda-compiler-10-1-10.1.243-1.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                               46 MB/s | 805 MB  00:17     
Retrieving key from http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/7fa2af80.pub
Importing GPG key 0x7FA2AF80:
 Userid     : "cudatools <[email protected]>"
 Fingerprint: ae09 fe4b bd22 3a84 b2cc fce3 f60f 4b3d 7fa2 af80
 From       : http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/7fa2af80.pub


Public key for cuda-nvcc-10-1-10.1.243-1.x86_64.rpm is not installed


 Failing package is: cuda-nvcc-10-1-10.1.243-1.x86_64
 GPG Keys are configured as: http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/7fa2af80.pub

The command '/bin/bash -c export CUDA_VER=10.1.168-1   && export CUDA_RPM=cuda-repo-rhel7-${CUDA_VER}.x86_64.rpm   && wget -q "https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/${CUDA_RPM}"   && rpm --install ${CUDA_RPM}   && yum clean all   && yum -y install      cuda-compiler-10-1   `# cuda-libraries-dev-10-1`      cuda-cudart-dev-10-1      cuda-cufft-dev-10-1      cuda-cusolver-dev-10-1      cuda-cusparse-dev-10-1      libcublas-devel-10-2   && ln -s cuda-10.1 /usr/local/cuda   && yum clean all   && rm ${CUDA_RPM}   `# libcublas installed to 10.2, move to 10.1`   && mv /usr/local/cuda-10.2/targets/x86_64-linux/include/* /usr/local/cuda-10.1/targets/x86_64-linux/include/   && mv /usr/local/cuda-10.2/targets/x86_64-linux/lib/stubs/* /usr/local/cuda-10.1/targets/x86_64-linux/lib/stubs/   && rmdir /usr/local/cuda-10.2/targets/x86_64-linux/lib/stubs/   && mv /usr/local/cuda-10.2/targets/x86_64-linux/lib/* /usr/local/cuda-10.1/targets/x86_64-linux/lib/   && rm -rf /usr/local/cuda-10.2   && unset CUDA_VER && unset CUDA_RPM' returned a non-zero code: 1
@smanders smanders added the bug Something isn't working label May 18, 2022
@smanders smanders self-assigned this May 18, 2022
@smanders smanders added this to the 22.04.1 milestone May 18, 2022
@smanders
Copy link
Collaborator Author

smanders commented May 18, 2022

similar to #25 "centos7-[run|dev]: mysql public key not installed"

smanders pushed a commit that referenced this issue May 19, 2022
@smanders
Copy link
Collaborator Author

completed with commit to dev branch referenced above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant