Skip to content

getindata/jupyter-images

Repository files navigation

Jupyter Images

This repository stores recipes of publicly-available Jupyter images

Latest versions:

gcr.io/getindata-images-public/jupyterlab-mlops:dev-0.2.9

jupyterlab-base

Local copy of jupyter/base-notebook, used to build and manage local versions of base-notebook image that are no longer published in offical repositories:

jupyterlab-base:ubuntu-20.04.python-3.8

  • conda-backed python 3.8.x environment
  • Ubuntu 20.04 as base image

jupyterlab-mlops

Based on the jupyter/pyspark-notebook image with additional setup of:

  • conda-backed python 3.9 environment
  • jupyterlab-git extension
  • local MLflow server for experiment tracking
  • additional conda environment with python 3.8 and kedro framework
  • Istio-compatible Spark executor entrypoint

jupyterlab-mlops-launcher

Compatibility:

jupyterlab-dataops

Based on the jupyter/minimal-notebook:python-3.11.4 image with additional setup:

Compatibility:

jupyterlab-streaming

Based on the jupyter/base-notebook image with additional setup:

Compatibility:

How to use this image?

In Kubeflow Notebooks select Custom Image checkbox and enter image location:

jupyterlab-mlops-kubeflow

In Vertex AI select New instace -> Customize instance, then in Environment select Custom container. Finally, enter image location in Docker container image input:

jupyterlab-mlops-vertexai