mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
561 B
561 B
Steps to build the Docker Image
- Clone this repositry
git clone https://github.com/ROCm/rocm-build.git - Go into the OS specific docker directory in build-infra
cd rocm-build/build/docker/ubuntu24 - Build the docker image
replace the
docker build -t <docker Image Name> .<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