We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39877b0 commit 6a522bcCopy full SHA for 6a522bc
Dockerfile
@@ -9,10 +9,10 @@ RUN apt-get -y upgrade
9
RUN apt-get clean
10
11
RUN conda update -y --all
12
-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
13
14
RUN conda remove -y ocgis
15
-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
16
RUN cd ocgis && python setup.py install
17
18
ENV GDAL_DATA /opt/conda/share/gdal
0 commit comments