ds9 no longer works for AMD processors in docker. We were able to fix this by adding the --platform linux/amd64 command to the docker build and docker-compose commands, but would like to find a more permanent solution involving the actual docker files that is transparent to the user.
ds9 no longer works for AMD processors in docker. We were able to fix this by adding the
--platform linux/amd64command to thedocker buildanddocker-composecommands, but would like to find a more permanent solution involving the actual docker files that is transparent to the user.