Skip to content

Instantly share code, notes, and snippets.

View simonvanderveldt's full-sized avatar

Simon van der Veldt simonvanderveldt

View GitHub Profile
@simonvanderveldt
simonvanderveldt / Dockerfile
Created February 20, 2020 16:19
Pyspark Docker image
# This Dockerfile is a combination of kubernetes/dockerfiles/spark/Dockerfile and
# kubernetes/dockerfiles/spark/bindings/python/Dockerfile
FROM debian:buster-slim as builder
WORKDIR /tmp
RUN apt-get update && apt-get install -y wget
RUN wget http://ftp.nluug.nl/internet/apache/spark/spark-3.0.0-preview2/spark-3.0.0-preview2-bin-hadoop2.7.tgz && tar -zxvf spark-3.0.0-preview2-bin-hadoop2.7.tgz
### Keybase proof
I hereby claim:
* I am simonvanderveldt on github.
* I am simonvanderveldt (https://keybase.io/simonvanderveldt) on keybase.
* I have a public key ASA_1xXm8r-Ebbo8p2ZSIk80n30iXK3bC9jF1ncCH27A2wo
To claim this, I am signing this object:
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit git-r3 gnome2 eutils autotools
DESCRIPTION="A modular, free, open source music studio that is conceptionally based on Buzz"
HOMEPAGE="http://www.buzztrax.org"