Skip to content

Commit c1ff6e9

Browse files
authored
add hvac
1 parent 2effdad commit c1ff6e9

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
34+
RUN pip install s3fs hvac
3535

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

0 commit comments

Comments
 (0)