Skip to content

Commit

Permalink
fixes issue #410 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
harschware authored and aggFTW committed Oct 17, 2017
1 parent e0000d7 commit f65571a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.jupyter
Expand Up @@ -9,6 +9,9 @@ RUN conda install requests-kerberos -y

USER $NB_USER

RUN pip install --upgrade pip
RUN pip install --upgrade --ignore-installed setuptools

COPY examples /home/jovyan/work

# Install sparkmagic - if DEV_MODE is set, use the one in the host directory.
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.spark
Expand Up @@ -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
Expand Down

0 comments on commit f65571a

Please sign in to comment.