Skip to content

FranzDiebold/docker-datascience-ultimate

Repository files navigation

Data Science Ultimate Docker images

CI GitHub

Customized JupyterLab Spark Docker images packed with everything you need.

docker-datascience-ultimate Screenshot

Selecting an Image

The main question is: Do you work in the browser or not?

Docker Hub: franzdiebold/datascience-ultimate Docker Pulls

If you want to run JupyterLab in the browser, franzdiebold/datascience-ultimate is the image to go!

Docker Hub: franzdiebold/datascience-ultimate-server Docker Pulls

If you only want to run a Jupyter Server and use a different client software for your notebooks (i.e. JetBrains DataSpell) you should use the franzdiebold/datascience-ultimate-server image.

Build images locally

make build-arm  # linux/arm64 architecture
make build-amd  # linux/amd64 architecture