Docker image with Apache Spark with Anaconda Python and iPython notebook support.
1.9K
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
docker build --rm -t logbase/spark-anaconda .
docker run -it -p 4040:4040 -p 8888:8888 logbase/spark-anaconda
Content type
Image
Digest
sha256:4e9867d6b…
Size
2.5 GB
Last updated
almost 11 years ago
docker pull logbase/spark-anaconda