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
When I run cdk synth on an M1 Mac, my endpoint health checks fail with the following CloudWatch logs:
exec ./entrypoint.sh: exec format error
I have read that this is due to architecture incompatibilities when building on an M1 chip - however I'm not quite sure where in the repository I should update the target platform configuration (one of the included Docker images? An HuggingFace image change? Something else?)
Thanks for any advice.
The text was updated successfully, but these errors were encountered:
When I run
cdk synth
on an M1 Mac, my endpoint health checks fail with the following CloudWatch logs:exec ./entrypoint.sh: exec format error
I have read that this is due to architecture incompatibilities when building on an M1 chip - however I'm not quite sure where in the repository I should update the target platform configuration (one of the included Docker images? An HuggingFace image change? Something else?)
Thanks for any advice.
The text was updated successfully, but these errors were encountered: