/docker-h2oai

Dockerfile for H20.ai

Primary LanguageShell

H2O.ai Docker container

Build Status

Description

Experimental docker container for H20.ai.

Usage

Starting

docker run -it -p 54321:54321 --name h2oai --rm bwv988/h2oai

Access H2O Web UI

http://localhost:54321

Note: Replace localhost with your Docker Machine IP when using Docker Machine (https://docs.docker.com/machine/)

Interactive shell into container

docker exec -it bwv988/h2oai bash

Stopping

docker stop h2oai