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

Pin dependencies #41

Closed jtpio closed 3 years ago

jtpio commented 3 years ago

Better pin some of the dependencies of tljh-repo2docker to have more control on potential breaking changes.

And set c.DockerSpawner.remove = True by default to remove previously stopped containers.