Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Aug 25, 2021
1 parent cfb9c51 commit b0b14fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ USER jovyan
# Install required python packages for all the extensions
# Force lab version 2, since we're targeting development to that version
RUN pip install \
pyspark==3.0.1 \
pyspark==3.1.2 \
jupyter_nbextensions_configurator \
widgetsnbextension \
itkwidgets \
plotly \
bs4 \
kubernetes==9.0.0
kubernetes
#==9.0.0

USER root

Expand Down

0 comments on commit b0b14fe

Please sign in to comment.