Hi,
I’m planning to deploy a Jupyterhub on a single VM for not more than 50 users.
Currently I’ve adapted the https://github.com/jupyterhub/jupyterhub-deploy-docker repo to deploy the JH and it’s components using docker-compose.
Everything works as intended so far, I did and still do have to fight with some complexities due to the additional docker layer.
I’ve stumbled across the TLJY repository and I was wondering:
What’s the difference to the docker deployment, aside from the obvious (that it’s not deployed with docker) and what would be the better way to go for my use case?
Thanks,
Val