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 change JRE version from 8 to 17

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit 9fc1e05)
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed Aug 27, 2024
1 parent dfdc667 commit a9e3ddf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ USER ${USER}
COPY . ${HOME}
USER root
RUN chown -R ${NB_UID} ${HOME}

# To solve add-apt-repository : command not found
RUN apt-get update && apt-get install -y software-properties-common python3-launchpadlib
RUN add-apt-repository ppa:openjdk-r/ppa
RUN apt-get update && apt-get install -y openjdk-8-jre git coreutils
RUN apt-get update && apt-get install -y openjdk-17-jre git coreutils
USER ${NB_USER}

RUN binder/postBuild
Expand Down

0 comments on commit a9e3ddf

Please sign in to comment.