Skip to content

Commit

Permalink
added widgets for jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jan 12, 2024
1 parent 8ad14d2 commit 00cc12d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spark-qfs-swarm/jupyter-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ FROM qfs-master:latest
# /data/spark - Spark's data directory
#

ENV GRAPHFRAMES_VERSION 0.8.2-spark3.2-s_2.12
ENV GRAPHFRAMES_VERSION 0.8.3-spark3.5-s_2.12
ENV SPARK_NLP_VERSION spark-nlp-spark32_2.12:3.4.4

USER root
RUN apt-get install -y g++
RUN pip3 install \
notebook \
yapf wget jupyter_server
yapf wget jupyter_server \
ipywidgets

COPY start-jupyter.sh /

Expand Down

0 comments on commit 00cc12d

Please sign in to comment.