DrSnowbird / knime-docker

KNIME Analytics Platform & SDK with Docker Container in X11 desktop
Apache License 2.0
23 stars 13 forks source link
analytics-platform docker docker-container java knime knime-analytics-platform machine-learning x11

KNIME (latest/4.4.1) + Java 11 (1.8.0) OpenJDK + Maven 3.6 + Python 3.6 + PIP3 20 + npm 7 + node 16 + Gradle 6 + X11 (Desktop)

(See also) Web-Browser-based (VNC/NoVNC) KNIME Docker:

Join, Share, and Support the Community:

Components:

NOTICE: Due to docker.hub.io not allowing free hosting anymore, you have to make your local build including the parent images:

Build

You can build your own image locally.

./build.sh

Run (recommended for easy-start)

Image is pulled from openksb/knime-docker

./run.sh

Where are workspace and data?

$HOME/data-docker/knime-docker
├── data
└── workspace
    └── Example Workflows
        ├── Basic Examples
        ├── Customer Intelligence
        ├── Retail
        ├── Social Media
        ├── TheData
        └── workflowset.meta

And, "docker-compose" will use the current git project directory's "./workspace" to map the container's /home/developer/workspace:

./.eclipse
./workspace

Note: You can copy your KNIME workflow project in and out the workspaces and it is directly mapped into the container's /home/developer/workspace.

References

See also VNC/noVNC docker-based IDE or Analytics Platform

See Also - docker-based IDE

Display X11 Issue

More resource in X11 display of Eclipse on your host machine's OS, please see

Releases information

See Release information