/docker-graphlab-create

Dockerfile to build a simple Graphlab Create image

Primary LanguageMakefile

Docker Graphlab Create

This repo contains a minimal Dockerfile and Makefile to build a docker image for a personal instance of Graphlab Create.

Usage

Clone this repository and copy a personal copy of Graphlab Create to the directory. To get yourself a copy of Graphlab Create for personal or educational purposes, go here

With a zip of Grpahlab Create in hand, copy it to the root of this repository and you're all set. Your repo should look like this:

.
├── Dockerfile
├── GraphLab-Create-License.tar.gz
├── Makefile
├── README.md
└── notebook.sh

Run the following commands to build and run the image:

# Build the image
make build
# Run the container
make run