Skip to content

Commit

Permalink
BLD: Dockerfile now points to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed May 5, 2017
1 parent 39877b0 commit 6a522bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ RUN apt-get -y upgrade
RUN apt-get clean

RUN conda update -y --all
RUN conda install -y -c conda-forge -c nesii ocgis=1.3.2 esmpy=7.0.0 icclim=4.2.5 nose
RUN conda install -y -c nesii -c conda-forge ocgis esmpy=7.0.0 icclim=4.2.5 nose

RUN conda remove -y ocgis
RUN git clone -b v1.3.2 --depth=1 https://github.com/NCPP/ocgis.git
RUN git clone --depth=1 https://github.com/NCPP/ocgis.git
RUN cd ocgis && python setup.py install

ENV GDAL_DATA /opt/conda/share/gdal
Expand Down

0 comments on commit 6a522bc

Please sign in to comment.