ARG IMAGE_BAKER_BASE=base:latest

FROM ${IMAGE_BAKER_BASE} AS base

# install jupyterlab or other tools
# RUN pip install jupyterlab
