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

[Bug] ubuntu_install_rocm.sh fails when generating ci-gpu image #9413

Closed
leandron opened this issue Nov 1, 2021 · 1 comment · Fixed by #9425
Closed

[Bug] ubuntu_install_rocm.sh fails when generating ci-gpu image #9413

leandron opened this issue Nov 1, 2021 · 1 comment · Fixed by #9425

Comments

@leandron
Copy link
Contributor

leandron commented Nov 1, 2021

The nightly Docker image rebuild job is failing for the ci-gpu with the following error:

 ---> Running in 4087679497b3
Warning: apt-key output should not be parsed (stdout is not a terminal)
gpg: no valid OpenPGP data found.
The command '/bin/sh -c bash /install/ubuntu_install_rocm.sh' returned a non-zero code: 2
ERROR: docker build failed.
script returned exit code 1

Looking at the history of the file, can either @jtuyls or @tqchen help with understanding what is going wrong?

@leandron
Copy link
Contributor Author

leandron commented Nov 1, 2021

OK, so it looks like http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key disappeared, and this script then needs updating.

leandron added a commit to leandron/tvm that referenced this issue Nov 2, 2021
* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413
masahi pushed a commit that referenced this issue Nov 11, 2021
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes #9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
mehrdadh pushed a commit to mehrdadh/tvm that referenced this issue Dec 1, 2021
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
mehrdadh pushed a commit to mehrdadh/tvm that referenced this issue Dec 1, 2021
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
ylc pushed a commit to ylc/tvm that referenced this issue Jan 7, 2022
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
yangulei pushed a commit to yangulei/tvm that referenced this issue Jan 11, 2022
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
ylc pushed a commit to ylc/tvm that referenced this issue Jan 13, 2022
* Fix repository URL in ubuntu_install_rocm.sh

* ROCm dependency installation process was following outdated procedures.
  This PR makes the installation script to point to the correct repository

* Installation documentation is at:
  https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html

* Fixes apache#9413

* Update docker/install/ubuntu_install_rocm.sh

Co-authored-by: Christopher Sidebottom <[email protected]>

Co-authored-by: Christopher Sidebottom <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant