Skip to content

Commit

Permalink
Merge pull request #87 from NCAR/main
Browse files Browse the repository at this point in the history
interactive update, dockerfile fix
  • Loading branch information
s-omas authored Apr 16, 2021
2 parents b8b917d + 585f8a2 commit 65c49d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
provider: script
script: bash docker_push
on:
branch: main
branch: release
notifications:
slack:
rooms:
Expand Down
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM fedora:29
FROM fedora:33

RUN dnf -y update \
&& dnf -y install \
gcc-gfortran \
gcc-c++ \
gcc \
netcdf-fortran-devel \
gsl-devel \
metis-devel \
Expand All @@ -14,6 +15,7 @@ RUN dnf -y update \
wget \
python \
python3 \
python3-pip \
texlive-scheme-basic \
'tex(type1cm.sty)' \
'tex(type1ec.sty)' \
Expand All @@ -24,7 +26,9 @@ RUN dnf -y update \
&& dnf clean all

# python modules needed in scripts
RUN pip3 install requests numpy scipy matplotlib ipython jupyter pandas nose Django pillow django-crispy-forms
RUN dnf -y install python3-pandas

RUN pip3 install requests numpy scipy matplotlib ipython jupyter nose Django pillow django-crispy-forms

# Build the SuiteSparse libraries for sparse matrix support
RUN curl -LO http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion libs/music-box-interactive

0 comments on commit 65c49d7

Please sign in to comment.