mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
570 B
570 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
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