Skip to content

Commit

Permalink
Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanbeg committed Mar 11, 2020
1 parent fc593cc commit 3b44b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt-get update -y
RUN apt-get install -y git python3-pip curl
RUN python3 -m pip install --upgrade pip pytest-cov nbval pycodestyle \
git+git://github.com/ubermag/ubermagutil.git \
git+git://github.com/ubermag/discretisedfield.git
git+git://github.com/ubermag/micromagneticmodel.git \
git+git://github.com/ubermag/discretisedfield.git \
git+git://github.com/ubermag/micromagneticmodel.git

COPY . /usr/local/micromagnetictests/
WORKDIR /usr/local/micromagnetictests
Expand Down

0 comments on commit 3b44b76

Please sign in to comment.