Hi,
My Docker image from the drop-down menu in the “Docker Submission” tab is not selectable.
I have already tried both to click “Refresh Images” and to reload the page in my browser.
Why is this happening?
Thank you in advance for your support.
Hi,
My Docker image from the drop-down menu in the “Docker Submission” tab is not selectable.
Thank you in advance for your support.
Dear Elisabetta,
Sorry for the inconvenience, the frontend should be more explicit here (I added an issue for this, it should be easy to improve this).
Our compute-backend can currently only run Docker images built for AMD. For that reason, the select box disables your image because it is for the ARM architecture.
Can you please add the flag --platform linux/amd64
to your docker build command, and then upload the image again? With this flag, it should work.
Best Regards,
Maik
Thank you! The problem is solved.
Kind Regards,
Elisabetta
Cool, nice to hear!
Best Regards,
Maik