This repository serves as a simple demonstration for running a jupyter lab server within a container, and nothing more than that. Hence, I made it available solely for educational purposes.
docker build -t lab . This might take quite some time
docker run -it -d -p [pick a port]:8888 --name lab lab
And go to http://localhost:[pick a port]
That's it! Now you are running a jupyterlab from within the notebook.