Skip to content

Commit

Permalink
Merge pull request #66 from parente/pin-spark-kernel
Browse files Browse the repository at this point in the history
Build spark kernel from specific SHA
  • Loading branch information
parente committed Nov 19, 2015
2 parents d58f481 + de9267a commit dbb9c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions all-spark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit dbb9c7b

Please sign in to comment.