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 11

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 02ca2f0 commit 52275c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ USER ${USER}
COPY . ${HOME}
USER root
RUN chown -R ${NB_UID} ${HOME}
RUN apt-get update && apt-get install -y openjdk-8-jre git coreutils
RUN apt-get update && apt-get install -y openjdk-11-jre git coreutils
USER ${NB_USER}

RUN binder/postBuild
Expand Down

0 comments on commit 52275c0

Please sign in to comment.