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
Currently, the DANDI Hub Docker images are quite large (~3.6 GB to ~13.8 GB) as they contain dependencies for several use cases. With the upcoming DANDI Hub refactor, users can select from a drop down menu of available images (see #124). So we can now create a series of images that are each tailored to a specific use case or a subset of use cases (e.g. for a given set of notebooks in the example-notebooks repository) and make them available in the drop down menu.
Requirements
Define the majority of the use cases for the JupyterHub.
Determine the dependencies common amongst subsets of use cases.
Create Docker images for each subset of use cases defined in requirement 2.
Image sizes should be minimized such that smaller user pods can be utilized.
Description
Currently, the DANDI Hub Docker images are quite large (~3.6 GB to ~13.8 GB) as they contain dependencies for several use cases. With the upcoming DANDI Hub refactor, users can select from a drop down menu of available images (see #124). So we can now create a series of images that are each tailored to a specific use case or a subset of use cases (e.g. for a given set of notebooks in the example-notebooks repository) and make them available in the drop down menu.
Requirements
The text was updated successfully, but these errors were encountered: