Skip to content
Snippets Groups Projects
Commit ccc460ba authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add missing PATH from containers

parent 0d7deaa5
Branches release/2.0.x
No related tags found
No related merge requests found
Pipeline #46451 passed
......@@ -8,6 +8,7 @@ container, providing the bilby_script and any additional arguments. E.g.,
./name_of_this_container.simg run_script.py
%post
export PATH="/opt/conda/bin:$PATH"
pip install bilby==0.3.3
%runscript
......
......@@ -8,6 +8,7 @@ container, providing the bilby_script and any additional arguments. E.g.,
./name_of_this_container.simg run_script.py
%post
export PATH="/opt/conda/bin:$PATH"
pip install bilby==0.3.5
%runscript
......
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