Sign inSign up

logbase/spark-anaconda

By logbase

Updated almost 11 years ago

Docker image with Apache Spark with Anaconda Python and iPython notebook support.

Image
0

1.9K

logbase/spark-anaconda repository overview

Apache Spark on Docker with Anaconda Python

This repository contains a Docker file to build a Docker image with Apache Spark with Anaconda Python. This Docker image depends on Spark Docker image.

##Pull the image from Docker Repository

docker pull logbase/spark-anaconda

Building the image

docker build --rm -t logbase/spark-anaconda .

Running the image

docker run -it -p 4040:4040 -p 8888:8888 logbase/spark-anaconda

Tag summary

Content type

Image

Digest

sha256:4e9867d6b

Size

2.5 GB

Last updated

almost 11 years ago

docker pull logbase/spark-anaconda