bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 208 forks source link

Force stable_diffusion to run in x86-64 mode on Docker Mac-M1 (and other OS's running on Arm) #49

Open zackees opened 1 year ago

zackees commented 1 year ago

See the suggestion here: https://github.com/bes-dev/stable_diffusion.openvino/issues/15#issuecomment-1239812190

Add --platform=linux/amd64 to the docker file like so:

FROM --platform=linux/amd64 python:3.9.9-bullseye