Commit de9267af authored by Peter Parente's avatar Peter Parente

Build spark kernel from specific SHA

Allows rebuilds against git SHAs in docker-stacks

(c) Copyright IBM Corp. 2015
parent d58f481a
......@@ -29,6 +29,7 @@ RUN cd /tmp && \
git clone https://github.com/ibm-et/spark-kernel.git && \
apt-get install -yq --force-yes --no-install-recommends sbt && \
cd spark-kernel && \
git checkout 29856a785a && \
sbt compile -Xms1024M \
-Xmx2048M \
-Xss1M \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment