Fixed docker run cmd (#264)

[ROCm/rocprofiler-systems commit: 4c524235db]
Šī revīzija ir iekļauta:
Kian Cossettini
2025-06-25 09:51:30 -04:00
revīziju iesūtīja GitHub
vecāks e41bd098c1
revīzija d05e164171
+1 -1
Parādīt failu
@@ -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: