FROM gms_base_centos:pinned_v0.1
# copy some needed stuff to /root COPY *.yml /root/
RUN /bin/bash -i -c "\ source /root/miniconda3/bin/activate ; \
conda env update -n root -f /root/environment_arosics.yml"