mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
hcc-lc configuration changes to build clang_tot_upgrade
Cleaning up dockerfiles to remove entrypoints; these containers are meant to be used more as data containers Updated readme Problems getting roct to build with cmake; using deb package for now
This commit is contained in:
10
README.md
10
README.md
@@ -112,10 +112,12 @@ Default flags: --master --release
|
||||
|
||||
|| --master | --develop |
|
||||
|------|-----|-----|
|
||||
|roct| master | dev |
|
||||
|rocr| master | dev |
|
||||
|hcc-hsail| master | develop |
|
||||
|hcc-lc| testing | master |
|
||||
|roct| master | master |
|
||||
|rocr| master | master |
|
||||
|hcc-hsail| master | master |
|
||||
|hcc-lc| clang_tot_upgrade | clang_tot_upgrade |
|
||||
|
||||
##### When building ROCm components from source, we are locking down branches to known good configurations.
|
||||
|
||||
### Docker compose
|
||||
`./rocm-setup` prepares an environment that can be controlled with [Docker Compose](https://docs.docker.com/compose/). An output of the script is a **docker-compose.yml** file in the root of the repository, which coordinates the relationships between the various ROCm software layers. Additionally, the docker-compose.yml file can be extended to easily launch interactive application or development containers built on top of the ROCm software stack.
|
||||
|
||||
Reference in New Issue
Block a user