Sign inSign up

dataiku/dss

By dataiku

Updated about 1 month ago

Dataiku Data Science Studio, community edition

Artifact
Image
69

100K+

dataiku/dss repository overview

What is Dataiku Data Science Studio

Data Science Studio (DSS) is a software platform that aggregates all the steps and big data tools necessary to get from raw data to production ready applications.

It shortens the load-prepare-test-deploy cycles required to create data driven applications.

Thanks to its visual and interactive workspace, it is accessible to both Data Scientists and Business Analysts.

logo

What is this image

This image provides a simple one-click, easy-to-use deployment of Dataiku DSS, for evaluation purposes.

It is not suitable for production use, although it can be used as a basis from which to develop a custom-built Docker image for Dataiku DSS.

Its source Dockerfile is available at: https://github.com/dataiku/dataiku-tools/tree/master/dss-docker

How to use this image

Upon startup, this image configures Data Science Studio to use port 10000 and data directory /home/dataiku/dss

By default, this directory is initially empty, so Data Science Studio starts as a fresh install.

It is however possible to mount an existing directory on this path, to have Data Science Studio run off it. In this case, the initial startup triggers an initial install or an update of this directory, depending whether it is initially empty or not.

Start a DSS instance on the default internal data directory, exposing DSS on the default port (10000)

docker run -p 10000:10000 -d dataiku/dss

Alternatively, you can start a DSS instance on a mounted data directory or Docker volume, exposing DSS on the default port (10000).

docker run -p 10000:10000 -v MYVOLUME:/home/dataiku/dss -d dataiku/dss

Open DSS in your browser (Chrome or Firefox)

For Linux, open http://localhost:10000

For Mac and Windows, you should connect to http://ADDRESS:10000 where ADDRESS is the IP address of the VM. Find the IP address with the commands:

docker-machine ls
docker-machine ip <Name>

Resources

Tag summary

Content type

Image

Digest

sha256:c5d6f348c

Size

3.8 GB

Last updated

about 1 month ago

docker pull dataiku/dss