Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up use of NGDD #297

Merged
merged 6 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/online/apptainer.def
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mkdir -p /cvmfs /hdfs /gpfs /ceph /hadoop
apt-get update
apt-get install -y --no-install-recommends git
apt-get install -y build-essential
apt-get install -y openssh-client
apt-get clean

# activate micromamba and create environment from lockfile
Expand All @@ -26,7 +27,7 @@ micromamba create -p /opt/env -f /opt/aframe/projects/online/conda-lock.yml
# install poetry so we can install local deps of deps editably
micromamba run -p /opt/env python -m \
pip install --no-build-isolation \
poetry 'virtualenv==20.26.3'
poetry 'virtualenv==20.29.2'

micromamba run -p /opt/env \
poetry config virtualenvs.create false
Expand Down
Loading