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
I have run docker-compose up in my terminal. it fails to build an image. at first it failing to install google-chrome-stable. after a bit of googling in found out there is no google-chrome for arm based machine.
system : apple macbook m1 ( ARM based )
I have run
docker-compose up
in my terminal. it fails to build an image. at first it failing to install google-chrome-stable. after a bit of googling in found out there is no google-chrome for arm based machine.check here
so I explicitly added
--platform=linux/amd64
.but now I am having issues to installing requirements of dev.txt
The text was updated successfully, but these errors were encountered: