Skip to content

Commit

Permalink
Don't keep the spark tarball in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Aug 15, 2024
1 parent 046f121 commit d5c541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-mini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WORKDIR /high-performance-spark-examples
COPY --chown=dev:dev env_setup.sh ./
# Downloads and installs Spark ~3.5 & Iceberg 1.4 and slipstreams the JAR in-place
# Also downloads some test data
RUN SCALA_VERSION=2.13 ./env_setup.sh
RUN SCALA_VERSION=2.13 ./env_setup.sh && rm *.tgz
RUN mv ~dev/.local/share/jupyter/kernels/scala2.13/kernel.json ~dev/.local/share/jupyter/kernels/scala2.13/kernel.json_back
# Note: We need to use /home in the COPY otherwise no happy pandas
COPY --chown=dev:dev misc/kernel.json /home/dev/kernel.json_new
Expand Down

0 comments on commit d5c541d

Please sign in to comment.