Skip to content

ItsmeKernel/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Projects

This repo offers a series of useful images, including:

Images running Jupyter Lab:

  • base-jupyter: this is the base image from which I create all other -jupyter images. It comes with a number of libraries installed that you can check here.
  • tensorflow-jupyter: extends the base-jupyter image and installs tensorflow on top.

Note that these images serve the content of the volume mounted under /notebooks/, allowing you to work seamlessly with notebooks in your local file system.

You can run any of this container by executing something along these lines:

docker run --name ds-jupyterlab -p 8888:8888 -v /path/to/my/notebooks:/notebooks/ -it augusto1982/base-jupyter

About

Docker Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published