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

package nomer / nomer corpus as apptainer (formerly singularity) #169

Open
jhpoelen opened this issue Nov 20, 2023 · 1 comment
Open

package nomer / nomer corpus as apptainer (formerly singularity) #169

jhpoelen opened this issue Nov 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jhpoelen
Copy link
Member

https://apptainer.org/docs/user/latest/introduction.html#why-use-apptainer

via https://www.linuxfoundation.org/press/linux-foundation-announces-intent-to-form-high-performance-software-foundation-hpsf -

...
Apptainer: a container system and image format specifically designed for secure high-performance computing.
...

@jhpoelen jhpoelen added the enhancement New feature or request label Jun 4, 2024
@jhpoelen
Copy link
Member Author

jhpoelen commented Jun 4, 2024

Here's a possible configuration of an apptainer definition for nomer.

To be built with something like:

apptainer build nomer.sif nomer.def

and run with

./nomer.sif version
BootStrap: docker
From: eclipse-temurin:8u412-b08-jdk-ubi9-minimal

%files
  nomer/target/lib/*.jar /usr/share/nomer/lib/
  nomer.jar /usr/share/nomer/lib/

%runscript
  java -Xmx4G -XX:+UseG1GC -cp "/usr/share/nomer/lib/*" org.globalbioticinteractions.nomer.Nomer $@

%help
  This is a demo container showing a containerized version of nomer. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant