Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 612 Bytes

GPU-Jupyterhub

This repo contains the docker-compose.yml for defining the dependencies to run a Jupyter Hub Docker container that spawns Jupyter Lab instances that can use the GPU. It's forked from this repo, with the following changes:

  • get rid of unnecessary options
  • move to SQLite instead of Postgres (no need for another container)
  • update CUDA, tini, Miniconda, Jupyter, TensorFlow, etc.
  • deactivate SSL (I use a reverse proxy)
  • add/remove packages and dependencies to my liking

usage

See my blog post.