2
0

Added compatibility matrix for docker-build script (#268)

- matrix -m argument for build-docker.sh that lists compatible OS + ROCm combinations.
- ${DISTRO} is now case-insensitive.
- Added note to README.md to mention this flag.
- Removed --build-arg AMDGPU_RPM=${ROCM_RPM}, which is no longer used

[ROCm/rocprofiler-systems commit: 67bc147780]
Este cometimento está contido em:
Kian Cossettini
2025-07-08 11:05:14 -04:00
cometido por GitHub
ascendente 329183b112
cometimento ec683aefa7
5 ficheiros modificados com 223 adições e 96 eliminações
+3
Ver ficheiro
@@ -148,6 +148,9 @@ cd docker
./build-docker.sh --help
```
> [!NOTE]
> The `-m` argument can be used to show supported OS + ROCm combinations.
**Example:** To set up an Ubuntu 24.04 + ROCm 6.4 + Python 3.12 environment for building and testing, run the following commands:
```shell