Skip to content

Conversation

@mminutoli
Copy link

Motivation

Using the rocm/dev-ubuntu-24.04:latest container I noticed that we couldn't run rocprofv3, roc-obj-ls, and roc-obj-extract inside the container because of missing dependencies. rocprofv3 requires libdw1. roc-obj-ls and roc-obj-extract require libfile-which-perl and liburi-perl.

This patch fixes the issue adding these dependencies to the ubuntu Dockerfiles.

Technical Details

Test Plan

Test Result

Adding these dependencies fixed the issues.

Submission Checklist

Using the rocm/dev-ubuntu-24.04:latest container I noticed that we couldn't run
rocprofv3, roc-obj-ls, and roc-obj-extract because of missing dependencies.
rocprofv3 requires libdw1. roc-obj-ls and roc-obj-extract require
libfile-which-perl and liburi-perl.

This patch fixes the issue adding these dependencies to the ubuntu Dockerfiles.
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