Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.48 KB

README_1.md

File metadata and controls

63 lines (50 loc) · 1.48 KB

Ascend Docker Images

中文文档 Docker Hub GitHub Container Red Hat Quay

Build

In order to build Ascend Docker images, ensure you have the following.

  • Docker Engine 20.10+

Run in the root directory of the repository:

docker buildx bake -f docker-bake.hcl

To build single-arch images only:

docker buildx bake -f docker-bake.hcl --set '*.platform=linux/arm64'

To customize the registry and owner using JSON format:

custom_registries='
[
  {
    "url": "quay.io",
    "owner": "cosdt"
  }
]'
registries="${custom_registries}" \
docker buildx bake -f docker-bake.hcl

License

This repository is licensed under the Apache License 2.0.