mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
579 B
579 B
Steps to build the Docker Image
-
Clone this repository.
git clone https://github.com/ROCm/rocm-build.git -
Go into the OS-specific Docker directory in build-infra.
cd rocm-build/build/docker/ubuntu22 -
Build the Docker image
docker build -t <docker image name> .Replace the
<docker image name>with a new Docker image name of your choice. -
After successful build, check that your <docker image name> exist in the list of available Docker images.
docker images