Skip to content

Commit

Permalink
install everything
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Sep 18, 2019
1 parent 15741af commit 708defd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install datascience
USER root

COPY --from=datahub /usr/share/datahub/scripts/* /usr/share/datahub/scripts/
RUN /usr/share/datahub/scripts/install-utilities.sh
RUN /usr/share/datahub/scripts/install-all.sh

# Install OKpy for DSC courses
RUN pip install okpy
Expand Down Expand Up @@ -47,11 +47,6 @@ RUN python -c 'import matplotlib.pyplot'
#RUN conda remove --quiet --yes --force qt pyqt
RUN conda clean -tipsy

RUN /usr/share/datahub/scripts/install-nbgrader.sh && \
/usr/share/datahub/scripts/install-nbgitpuller.sh && \
/usr/share/datahub/scripts/install-ipywidgets.sh && \
/usr/share/datahub/scripts/install-nbresuse.sh

WORKDIR /home
RUN userdel jovyan && rm -rf /home/jovyan
ENV SHELL=/bin/bash
Expand Down

0 comments on commit 708defd

Please sign in to comment.