We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f191f commit 853b518Copy full SHA for 853b518
1 file changed
images/cq.def
@@ -7,7 +7,8 @@ From: mambaorg/micromamba:latest
7
%post
8
head -n -4 /opt/environment.yml > /opt/environment.yml
9
micromamba install -q -y -n base -f /opt/environment.yml
10
- micromamba run -n base pip install -e /opt/cq
+ micromamba env list
11
+ micromamba run pip install -e /opt/cq
12
micromamba clean --all --yes
13
14
%labels
0 commit comments