Skip to content

Commit 853b518

Browse files
Debugging
1 parent 19f191f commit 853b518

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

images/cq.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ From: mambaorg/micromamba:latest
77
%post
88
head -n -4 /opt/environment.yml > /opt/environment.yml
99
micromamba install -q -y -n base -f /opt/environment.yml
10-
micromamba run -n base pip install -e /opt/cq
10+
micromamba env list
11+
micromamba run pip install -e /opt/cq
1112
micromamba clean --all --yes
1213

1314
%labels

0 commit comments

Comments
 (0)