Skip to content

Instantly share code, notes, and snippets.

@elswork
Last active June 20, 2019 13:55
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elswork/863053972ffb86f036c0bf4fb6c7e691 to your computer and use it in GitHub Desktop.
Save elswork/863053972ffb86f036c0bf4fb6c7e691 to your computer and use it in GitHub Desktop.
Data Science Docker Stack

Data Science Docker Stack

This set of Docker images were developed to provide a fast and reproducible way to play, develop and learn with Tensorflow under Python environment, from minimal installation to a complete one including JupyterLab computational environment and OpenCV (Open Source Computer Vision Library). Use or build images for amd64 or arm32v7 architectures without hassle, the whole set is Multi-Arch designed. Get latest versions and switch between them while keep clean your system.

Features Chart

GitHub Python2 Python3 Tensorflow JupyterLab OpenCV
tensorflow-diy X X X
tf-jupyterlab X X X
tf-jupyterlab-py2 X X X
tf-opencv X X X
tf-juplab-ocv X X X X

Status Board

Docker Hub Docker Pulls Docker Stars Docker Build Size/Layers
tensorflow-diy
tf-jupyterlab
tf-jupyterlab-py2
tf-opencv
tf-juplab-ocv

Hierarchical Dependency Graph

Data Science Docker Stacks

@adrianog
Copy link

Can I ask you how you did the diagram?

@elswork
Copy link
Author

elswork commented Jun 11, 2019

Of course!, you only need a browser, you can do it easily with Mermaid live editor
And you can share your creations with the links:
View mode
Edit mode
I have a documentation project that allows you to embed directly the diagram in markdown format instead of using the PNG file:
https://deftwork.github.io/mkdocs-diy/#use-of-mermaid-diagrams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment