From a28a9ee08970f83bd1caef638469eab459bb99e0 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Fri, 23 Nov 2018 15:07:55 +0100 Subject: [PATCH] wip2 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9addfc3d..c4e3f95a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# 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 -- GitLab