Skip to content

Commit f65571a

Browse files
harschwareaggFTW
authored andcommitted
1 parent e0000d7 commit f65571a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile.jupyter

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ RUN conda install requests-kerberos -y
99

1010
USER $NB_USER
1111

12+
RUN pip install --upgrade pip
13+
RUN pip install --upgrade --ignore-installed setuptools
14+
1215
COPY examples /home/jovyan/work
1316

1417
# Install sparkmagic - if DEV_MODE is set, use the one in the host directory.

Dockerfile.spark

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -yq --no-install-recommends --force-yes \
1010
r-base-core && \
1111
rm -rf /var/lib/apt/lists/*
1212

13+
RUN pip install --upgrade setuptools
14+
1315
ENV LIVY_BUILD_VERSION livy-server-0.3.0
1416
ENV LIVY_APP_PATH /apps/$LIVY_BUILD_VERSION
1517
ENV LIVY_BUILD_PATH /apps/build/livy

0 commit comments

Comments
 (0)