I am trying to run the ungraded lab TFS with Docker
When I try to run a container out of the image using:
===========
docker run --rm -p 8501:8501 *
** --mount type=bind,*
source=/tmp/tfserving/serving/tensorflow_serving/servables/tensorflow/testdata/saved_model_half_plus_two_cpu,*
target=/models/half_plus_two *
** -e MODEL_NAME=half_plus_two -t tensorflow/serving &
============
**I am getting the following error, I am using Macbook Air M1 2020 with Mac OS BigFur **
===========
The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
===========
I try to add --platform linux/x86_64 at the end of the command but it didn’t work.