Skip to content
Snippets Groups Projects
Commit a28a9ee0 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

wip2

parent 7e5868f3
No related branches found
No related tags found
No related merge requests found
Pipeline #13564 failed
This commit is part of merge request !136. Comments created here will be created in the context of that merge request.
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment