You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
I would be really appreciate it if there would be a docker image with "dask-image" library inside.
The text was updated successfully, but these errors were encountered: