From d05e1641711072c5cd79ffed027abbb80d2c6012 Mon Sep 17 00:00:00 2001 From: Kian Cossettini Date: Wed, 25 Jun 2025 09:51:30 -0400 Subject: [PATCH] Fixed docker run cmd (#264) [ROCm/rocprofiler-systems commit: 4c524235db36647b1dc4606609afcfa3ed667645] --- projects/rocprofiler-systems/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/README.md b/projects/rocprofiler-systems/README.md index 632b396774..193fcd4b9e 100755 --- a/projects/rocprofiler-systems/README.md +++ b/projects/rocprofiler-systems/README.md @@ -157,7 +157,7 @@ cd docker docker run -v "$(cd .. && pwd)":/home/development \ -it -w /home/development \ --device /dev/kfd --device /dev/dri \ - rocm/rocprofiler-systems:release-base-ubuntu-24.04-rocm-6.4 + $(whoami)/rocprofiler-systems:release-base-ubuntu-24.04-rocm-6.4 ``` Inside the container, clean, build, and install the project with testing enabled using the following commands: