-
Notifications
You must be signed in to change notification settings - Fork 3
Adding apptainer support (#28) #30
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
Conversation
bendhouseart
commented
Feb 6, 2025
- Added .gitignore and README
- Updated README for formatting
- Adding apptainer scripts
… into add-nginx-forwarding
… into add-nginx-forwarding
update nginx.conf
* added setup script, removed password for ssl certs * updated handler and setup.sh * added acquisition date and time fields to intermediate sidecar files and scrub those same dates from BIDS Finalized output sidecars * added instructions in launch.sh
* Added .gitignore and README * Updated README for formatting * Adding apptainer scripts --------- Co-authored-by: Marc Cummings <[email protected]>
|
@kiwimarc Okay, maybe this is because I'm being difficult and running singularity/apptainer on Debian, but I'm unable to load the environment variables stored in my |
|
I can try to push an update and then you can test if it works :D EDIT: I was wrong, maybe:
https://apptainer.org/docs/user/main/environment_and_metadata.html#environment-from-the-host |
|
@bendhouseart Just be sure that its the $BRAINLIFE_PRODUCTION variable that is missing |
|
Sorry, it's I mentioned it earlier so that I'd be able to keep track of what was going on. |
* added setup script, removed password requirment for ssl certs * updated handler and setup.sh * added acquisiiton date and time fields * scrub dates from BIDS Finalized output * added instructions in launch.sh * fix compose that got bungled during merge. * Update handler/Dockerfile
|
Hi @bendhouseart, |