-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Epic] Re-design images #1822
Comments
Looks like the two best sources of notebook images that we can start from are: Juypter:
Kubeflow:
These are fairly light weight but do split themselves into different specialties... use a good matrix / inheritance organization system... perhaps we should compare and contrast these options (including our current images). Also this will be useful to review of course: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ |
We can store build artifacts (i.e trivy scans) for 90 days and consume those files into issues. |
Let's go over our current images and go back to the drawing board.
We need the following:
Note: These images should stay as barebones as possible and have users create their own virtual environment in order to avoid package conflicts.
The text was updated successfully, but these errors were encountered: