dask / dask-docker

Docker images for dask

Home Page:https://hub.docker.com/u/daskdev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dask-image to docker

lrlunin opened this issue · comments

Hello,

I would be really appreciate it if there would be a docker image with "dask-image" library inside.

Interested in the use case here - is there any reason you're not able to add dask-image as an additional install through EXTRA_CONDA_PACKAGES/EXTRA_PIP_PACKAGES? That's generally been the approach suggested for users looking to extend the images with some extra packages.

I seem to remember there being some discussion around potentially making images with some of the most popular downstream Dask libraries, with the general consensus being that there's rarely demand for all of these packages in one environment, usually just one or a small subset.

I need to install my own private libraries.
Either my libraries are not installed or the dask VM crashes.
So we need a better way to manage dependencies.

@MehdiAzari if you could share a reproducer for the crashing that would be helpful, but it sounds like for your use case you would be better off building your own image from ours as a base and publishing it in your private registry.