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 e0000d7 commit f65571aCopy full SHA for f65571a
Dockerfile.jupyter
@@ -9,6 +9,9 @@ RUN conda install requests-kerberos -y
9
10
USER $NB_USER
11
12
+RUN pip install --upgrade pip
13
+RUN pip install --upgrade --ignore-installed setuptools
14
+
15
COPY examples /home/jovyan/work
16
17
# Install sparkmagic - if DEV_MODE is set, use the one in the host directory.
Dockerfile.spark
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -yq --no-install-recommends --force-yes \
r-base-core && \
rm -rf /var/lib/apt/lists/*
+RUN pip install --upgrade setuptools
ENV LIVY_BUILD_VERSION livy-server-0.3.0
ENV LIVY_APP_PATH /apps/$LIVY_BUILD_VERSION
ENV LIVY_BUILD_PATH /apps/build/livy
0 commit comments