Skip to content

Commit 05eb2d1

Browse files
authored
Update Dockerfile
1 parent a33fdb6 commit 05eb2d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ RUN cd /tmp \
6666
&& rm ${HIVE_HOME}/lib/jline-2.12.jar \
6767
&& rm -rf /tmp/*
6868

69-
RUN pip install s3fs hvac boto3 pyarrow pymongo
70-
71-
RUN pip install jupyterlab-git
69+
RUN pip install s3fs hvac boto3 pyarrow pymongo dvc[s3] jupyterlab-git
7270

7371
ADD spark-env.sh $SPARK_HOME/conf
7472
ADD entrypoint.sh /opt/entrypoint.sh

0 commit comments

Comments
 (0)