Skip to content

jfloff/sparkit-learn-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparkit-learn-docker

Docker image to run sparkit-learn. This includes installing spark, pyspark, and respective dependencies.

Usage

Pull this image with:

docker pull jfloff/sparkit-learn-docker:latest

To run this image, I usually mount my specific application inside the container:

docker run -it -p 8088:8088 -p 8042:8042 -v "$(pwd)":/home/app -w /home/app -h sandbox jfloff/sparkit-learn bash

Extend this images using your custom Dockerfile, and build your image:

docker build --rm=true -t jfloff/sparkit-learn-docker .

License

The code in this repository, unless otherwise noted, is MIT licensed. See the LICENSE.txt file in this repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published