jupyterhub-deploy-docker icon indicating copy to clipboard operation
jupyterhub-deploy-docker copied to clipboard

no such image: jupyterhub-user

Open alexraju91 opened this issue 6 years ago • 1 comments

In .env file, variable LOCAL_NOTEBOOK_IMAGE is set to jupyterhub-user. And this is used in docker-compose.yml

DOCKER_NOTEBOOK_IMAGE: ${LOCAL_NOTEBOOK_IMAGE}

So, If I'm right, we need to set the jupyter-notebook/jupyter-lab image to this variable instead of DOCKER_NOTEBOOK_IMAGE as mentioned in documenation.

alexraju91 avatar Apr 16 '18 20:04 alexraju91

also ran into the no such image problem, but fixed using the make notebook_image command described in the readme

lrpauley avatar Jun 21 '18 18:06 lrpauley

The repo should be working, and is tested in CI

manics avatar Dec 05 '22 00:12 manics