You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
/usr/bin/tf_serving_entrypoint.sh: line 3: 6 Illegal instruction tensorflow_model_server --port=8500 --rest_api_port=8501 --model_name=${MODEL_NAME} --model_base_path=${MODEL_BASE_PATH}/${MODEL_NAME} "$@"
I found a solution to my problem with the tensorflow docking image for macOS. I use the image "emacski/tensorflow-serving" with the platform "latest-linux_arm64". So i pull the image with the following command:
I try to use docker with tensorflow on my mac with m1 chip.
But I can't run the tenserflow server.
Do I have to get docker images in the ARM format for my mac? And if yes how do I get these images?
I try the following code from chapter 19:
I use "Docker Desktop" for macOS.
I ran the command
I get the images, but in the format "AMD64" as you can see in the following screenshot (from Docker Desktop):
When I run the code
I get the following error message:
I tried also the following:
Versions:
The text was updated successfully, but these errors were encountered: