LuxImagingAI / URT

A TCIA downloader for high performance computing (HPC) environments
0 stars 0 forks source link

Docker container should cover Mac Mx platform #10

Open adhusch opened 1 month ago

adhusch commented 1 month ago

Docker container should cover Mac Mx platform (emulated support is sufficient)

adhusch commented 1 month ago

image

adhusch commented 1 month ago

export DOCKER_DEFAULT_PLATFORM=linux/amd64 on the client side avoids it

RaphaelMaser commented 2 weeks ago

I tried to build a multiplatform image but unfortunately some dependencies are not supported for osx/arm64. I did not find another workaround besides adding the platform flag --platform=linux/amd64 to the run command (I added it to the command in the readme)