I want to change the image, but it doesn't work

config.yaml

jupyterhub:
  singleuser:
    image:
      name: jupyter/base-notebook
      tag: "latest"

The binderhub service started successfully, but the singleuser image is not the one I configured!

I found binderhub use repo2image to build image,how to change base image or how to add jupyterlab-git plugin to notebook?

BinderHub uses repo2docker.

You can find instructions on configuring a repository with packages in

If you just want to run a custom single image you don’t need BinderHub, JupyterHub is enough.

1 Like