Skip to content
Snippets Groups Projects

build the Dockerimage used in CI

Merged Bas Nijholt requested to merge docker into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
# Docker image for building and testing adaptive
# Docker image for testing adaptive
FROM conda/miniconda3:latest
# make our environment sane
@@ -8,4 +8,5 @@ ENV LC_ALL C.UTF-8
COPY environment.yml test-requirements.txt /
RUN conda env update --quiet -n root -f environment.yml
RUN conda clean --yes --all
RUN pip install -r test-requirements.txt
Loading