Skip to content

Commit

Permalink
Updated version in Binder Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno authored Apr 30, 2020
1 parent 3c07f03 commit 72c536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /usr/local
RUN git clone https://github.com/computationalmodelling/fidimag.git
WORKDIR /usr/local/fidimag
# Work with stable release
RUN git checkout tags/v2.9
RUN git checkout tags/v3.0a2
# Install CVODE and FFTW libraries
WORKDIR /usr/local/fidimag/bin
RUN bash install-fftw.sh
Expand Down

0 comments on commit 72c536f

Please sign in to comment.