Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Sep 2, 2020
1 parent c1ff6e9 commit d8c7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN cd /tmp \
&& tar xzf spark-${SPARK_VERSION}-bin-without-hadoop.tgz -C $SPARK_HOME --owner root --group root --no-same-owner --strip-components=1 \
&& rm -rf /tmp/*

RUN pip install s3fs hvac
RUN pip install s3fs hvac boto3

RUN pip install jupyterlab-git jupyterlab_latex & \
jupyter labextension install --no-build @jupyterlab/git @jupyterlab/latex & \
Expand Down

0 comments on commit d8c7adf

Please sign in to comment.