We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ff6e9 commit d8c7adfCopy full SHA for d8c7adf
Dockerfile
@@ -31,7 +31,7 @@ RUN cd /tmp \
31
&& tar xzf spark-${SPARK_VERSION}-bin-without-hadoop.tgz -C $SPARK_HOME --owner root --group root --no-same-owner --strip-components=1 \
32
&& rm -rf /tmp/*
33
34
-RUN pip install s3fs hvac
+RUN pip install s3fs hvac boto3
35
36
RUN pip install jupyterlab-git jupyterlab_latex & \
37
jupyter labextension install --no-build @jupyterlab/git @jupyterlab/latex & \
0 commit comments