Skip to content

Jupyterlab installed via docker-compose and includes cron scheduler

Notifications You must be signed in to change notification settings

cgast/jupyterlab-docker-compose-schedule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My docker-compose setup for jupyterlab. Dockerfile derives from official jupyterlab-docker-stacks and modified for installing python packages and jupyterlab extensions without touching Dockerfile. Currently, this setup installs jupyterlab-scheduler extension to be able to put notebooks in cron jobs.

TODO

  • Only python packages loaded from requirements.txt. Load jupyterlab extension install calls in Dockerfile from a file that consists a list of jupyterlab extensions.
  • Build takes so much time during fix-permissions
  • Does cron service start after container starts?

References

About

Jupyterlab installed via docker-compose and includes cron scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.8%
  • Dockerfile 22.2%