You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 -
The text was updated successfully, but these errors were encountered: