Update images_hierarchy.py

This commit is contained in:
Ayaz Salikhov
2022-02-21 13:28:49 +00:00
committed by GitHub
parent 6ad4ae7112
commit d22a074411

View File

@@ -5,7 +5,8 @@ from typing import Optional
THIS_DIR = Path(__file__).parent.resolve()
# Please, take a look at the hierarchy of the images here:
# https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#image-relationships
ALL_IMAGES = {
"base-notebook": None,
"minimal-notebook": "base-notebook",