Skip to content

Commit

Permalink
Hacky solution to container build
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenoit26 committed Feb 27, 2025
1 parent 749bda6 commit 27b3626
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/online/apptainer.def
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ micromamba run -p /opt/env \
poetry config virtualenvs.create false

cd /opt/aframe/projects/online/
# I don't know why, but doing this seems to make the
# python-ligo-lw install more consistent
micromamba run -p /opt/env python -m \
pip uninstall -y virtualenv
micromamba run -p /opt/env python -m \
pip install --no-build-isolation \
'virtualenv==20.29.2'

micromamba run -p /opt/env \
poetry install

Expand Down

0 comments on commit 27b3626

Please sign in to comment.