mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
[Why] To maintain the "pitchfork layout" convention used by the repository. [How] - Update README.md - Update INFRA_REPO in ROCm.mk - Updated to new path: ROCm/tools/rocm-build --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Steps to build the Docker Image
-
Clone this repositry
git clone -b roc-6.1.x https://github.com/ROCm/ROCm.git -
Go into the OS specific docker directory in build-infra
cd ROCm/rocm-build/docker/ubuntu22 -
Build the docker image
docker build -t <docker Image Name> .replace the
<docker Image Name>with the new Docker image Name of your choice, -
After successful build, verify your <docker Image Name> in the list all available docker images.
docker images