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

Fix bug in singularity container

Also forces pandas==0.23 to avoid bug
parent 2e52f40b
No related branches found
No related tags found
No related merge requests found
Pipeline #48161 failed
......@@ -9,7 +9,7 @@ container, providing the bilby_script and any additional arguments. E.g.,
%post
export PATH="/opt/conda/bin:$PATH"
pip install pandas == 0.23 # Tempory fix for issue with saving h5 files
pip install pandas==0.23 # Tempory fix for issue with saving h5 files
pip install bilby==0.3.6
%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