Skip to content

Commit

Permalink
[SPARK-49402][PYTHON][FOLLOW-UP] Fix Binder integration in PySpark do…
Browse files Browse the repository at this point in the history
…cumentation

Followup PR to add a repository for JDK

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 9fc1e05)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon committed Aug 27, 2024
1 parent c2a436c commit d05c30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ USER ${USER}
COPY . ${HOME}
USER root
RUN chown -R ${NB_UID} ${HOME}
RUN add-apt-repository ppa:openjdk-r/ppa
RUN apt-get update && apt-get install -y openjdk-11-jre git coreutils
USER ${NB_USER}

Expand Down

0 comments on commit d05c30f

Please sign in to comment.