Skip to content
Snippets Groups Projects
Commit 49d800e6 authored by Marcus Meyer's avatar Marcus Meyer
Browse files

Switched from conda to mamba

parent 6281acf8
No related branches found
No related tags found
No related merge requests found
Pipeline #1303670 failed
......@@ -10,6 +10,6 @@ RUN pip install -r requirements.txt
ADD environment.yml /tmp/environment.yml
# All packages specified in environment.yml are installed in the base environment
RUN conda env update -f /tmp/environment.yml && \
conda clean -a -f -y
RUN mamba env update -f /tmp/environment.yml && \
mamba clean -a -f -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment