CoorpAcademy / docker-pyspark

Docker image of Apache Spark with its Python interface, pyspark.
40 stars 14 forks source link

Better requirements handling #7

Closed sarahmonod closed 8 years ago

sarahmonod commented 8 years ago

Instead of reading the requirements at build time (which is what is done as of now), we should enable any user of the image to run their own bootstrap script that will install their own dependencies, without the need for our dependencies.