Skip to content

Commit

Permalink
Merge pull request #122 from scidash/master
Browse files Browse the repository at this point in the history
Merge master into dev
  • Loading branch information
rgerkin committed Jan 30, 2020
2 parents a0ee6ca + b27a842 commit e18e6bf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Dockerfile → docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# sciunit
# author Rick Gerkin rgerkin@asu.edu
FROM scidash/scipy-notebook-plus
FROM jupyter/datascience-notebook

ADD . $HOME/sciunit
WORKDIR $HOME/sciunit
USER root
RUN chown -R $NB_USER .
RUN apt-get update
RUN apt-get install openssh-client -y # Needed for Versioned unit tests to pass
RUN git clone http://github.com/scidash/sciunit
WORKDIR sciunit
RUN pip install -e .
USER $NB_USER

RUN pip install -e . --process-dependency-links
RUN sh test.sh

0 comments on commit e18e6bf

Please sign in to comment.