Skip to content

Commit

Permalink
upgraded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Nov 23, 2023
1 parent 3050e81 commit 8ad14d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions spark-qfs-swarm/jupyter-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,11 @@ ENV SPARK_NLP_VERSION spark-nlp-spark32_2.12:3.4.4
USER root
RUN apt-get install -y g++
RUN pip3 install \
notebook==6.4.12 \
jupyter_nbextensions_configurator \
jupyter_contrib_nbextensions \
notebook \
yapf wget jupyter_server

COPY start-jupyter.sh /

USER spark
RUN jupyter contrib nbextension install --user
RUN jupyter nbextensions_configurator enable --user
RUN jupyter nbextension enable toc2/main
RUN jupyter nbextension enable codefolding/main
RUN jupyter nbextension enable execute_time/ExecuteTime

USER root
RUN pip3 uninstall -y traitlets
RUN pip3 install traitlets==5.9.0


USER spark
RUN mkdir -p /home/spark/jupyter/runtime \
&& mkdir -p /home/spark/jupyter/notebooks \
Expand Down
4 changes: 2 additions & 2 deletions spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ MAINTAINER Michael Kamprath "https://github.com/michaelkamprath"
#

ARG QFS_VERSION=2.2.6
ARG SPARK_VERSION=3.3.3
ARG SPARK_VERSION=3.5.0
ARG HADOOP_MAJOR_VERSION=3
ARG HADOOP_VERSION=3.3.1
ARG SCALA_VERSION=2.12.15
ARG SCALA_VERSION=2.12.18

RUN apt-get update \
&& apt-get install -y locales \
Expand Down

0 comments on commit 8ad14d2

Please sign in to comment.