plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

HTTP 500: Internal Server Error #55

Closed Sarthak-Agarwal1410 closed 2 years ago

Sarthak-Agarwal1410 commented 2 years ago

image

Error: HTTP 500: Internal Server Error (Error in Authenticator.pre_spawn_start: DockerError DockerError(400, 'no such image: None: invalid reference format: repository name must be lowercase'))

Commands used:

install Docker

sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update && sudo apt install -y docker-ce

pull the repo2docker image

sudo docker pull quay.io/jupyterhub/repo2docker:main

install TLJH

curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \ | sudo python3 - \ --admin test:test \ --plugin git+https://github.com/plasmabio/tljh-repo2docker@master

mupsje commented 2 years ago

same here

avianinc commented 1 year ago

Same here...