Select Git revision
arosics_ci.docker
-
Daniel Scheffler authored
CI Python environment is not separate from the base env. Fixed mixed channels for gdal and libgdal causing libkea issue during CI.
Daniel Scheffler authoredCI Python environment is not separate from the base env. Fixed mixed channels for gdal and libgdal causing libkea issue during CI.
arosics_ci.docker 204 B
FROM gms_base_centos:latest
# copy some needed stuff to /root
COPY *.yml /root/
RUN /bin/bash -i -c "\
source /root/miniconda3/bin/activate ; \
conda env update-f /root/environment_arosics.yml"