Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker build error - base image no longer exists #73

Open
mlumingu-ugent opened this issue Sep 12, 2023 · 2 comments
Open

docker build error - base image no longer exists #73

mlumingu-ugent opened this issue Sep 12, 2023 · 2 comments

Comments

@mlumingu-ugent
Copy link

Base image nvidia/cuda:10.2-base no longer exists on dockerhub so it is impossible to build the mutmnt image.

(When modifying dockerfile with a more recent image like 12.2.0-base-ubuntu20.04 the build process still fails somewhere in the install scripts, so more changes are needed.)

@ZJaume
Copy link
Member

ZJaume commented Sep 26, 2023

Hi, I've been trying to set it up with a more recent cuda image, but it turns out in a very long loop of broken dependencies and dependencies that need updates. It might take quite some time to get it working. In the mean time, a possible workaround would be to use the 10.2-base image. I had one in our machines so you can download it from here. Then, you just need to load it in your docker like this: docker load <cuda-10.2-base.img.tar.

@mlumingu-ugent
Copy link
Author

Hi, I've been trying to set it up with a more recent cuda image, but it turns out in a very long loop of broken dependencies and dependencies that need updates. It might take quite some time to get it working. In the mean time, a possible workaround would be to use the 10.2-base image. I had one in our machines so you can download it from here. Then, you just need to load it in your docker like this: docker load <cuda-10.2-base.img.tar.

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants