Skip to content

Commit d8c7adf

Browse files
authored
Update Dockerfile
1 parent c1ff6e9 commit d8c7adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN cd /tmp \
3131
&& tar xzf spark-${SPARK_VERSION}-bin-without-hadoop.tgz -C $SPARK_HOME --owner root --group root --no-same-owner --strip-components=1 \
3232
&& rm -rf /tmp/*
3333

34-
RUN pip install s3fs hvac
34+
RUN pip install s3fs hvac boto3
3535

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

0 commit comments

Comments
 (0)