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

Updating rocm-terminal to Ubuntu 24.04 #147

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EyeOfMidas
Copy link

Attempting to update the rocm-terminal Dockerfile to Ubuntu 24.04 so I can access later versions of python. I fixed the deprecated rocm gpg key addition to comply with Ubuntu 24.04 standards, added in the missing render group to the rocm-user, and set up a python virtual environment in /home/rocm-user and added the activation to the .bash_aliases.

However, I am unable to get the rocm-dev package to install when building the docker image, and I need some assistance in figuring out the issue with dependencies.

The following packages have unmet dependencies:
 rocm-dev : Depends: hipcc (= 1.1.1.60200-66~24.04) but 5.7.1-3 is to be installed
            Depends: rocm-cmake (= 0.13.0.60200-66~24.04) but 6.0.0-1 is to be installed
            Depends: rocm-utils (= 6.2.0.60200-66~24.04) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I do see several related issues (#90 #116) which might make this not possible without further changes. Let me know if there's something I can do to get the rocm install working properly and help modernize the rocm-terminal docker image.

…s; adding in render group; adding in python venv
@ssmendon
Copy link

@EyeOfMidas, maybe this repository will help you out: https://github.com/ssmendon/rocm-containers

I think you're not pinning the AMD repositories above the default Ubuntu ones, which is why it breaks down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants