Skip to content

Commit

Permalink
Removed mamba from CI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Jul 11, 2024
1 parent 3797732 commit 2143998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM continuumio/miniconda3

RUN git clone https://github.com/iquasere/UPIMAPI.git \
&& conda install -c conda-forge mamba libarchive=3.6.2=h039dbb9_1 \
&& mamba env update --file UPIMAPI/cicd/environment.yml --name base \
&& conda env update --file UPIMAPI/cicd/environment.yml --name base \
&& bash UPIMAPI/cicd/ci_build.sh \
&& conda clean --all -y

Expand Down

0 comments on commit 2143998

Please sign in to comment.