BiaPyX / BiaPy

Open source Python library for building bioimage analysis pipelines
https://BiaPyX.github.io
MIT License
123 stars 28 forks source link

Dockerfile build fails: base image missing #28

Closed Mohinta2892 closed 1 year ago

Mohinta2892 commented 1 year ago

Hi Daniel,

Building the docker from utils/env/Dockerfile fails due to missing base image nvidia/cuda:11.4.0-base-ubuntu20.04. I could build a docker for BiaPy after pulling a TF2 installed nvidia-base image.

Could you kindly test if the existing Docker build works at your end? Happy to share my Dockerfile via pull request if it would be of benefit.

Best, Samia

danifranco commented 1 year ago

Hello,

They have deleted that base image so you can use nvidia/cuda:11.4.3-base-ubuntu20.04 instead (see avaiailable tags here).

Best regards,

Dani

Mohinta2892 commented 1 year ago

This works. Thanks.