Skip to content

specify platform as linux/amd64 in docker command

Caroline Cao requested to merge ccao156/add-platform into master

Description

To make docker working in Mac M1 environment, we need to specify "--platform linux/amd64" in every "docker build" and "docker run" command

Changes proposed in this merge request:

  • add "--platform linux/amd64" for all docker build and docker run commands

Validation

Docker build and run successfully in Mac M1 enviromment.

Merge request reports