ganga-devs / ganga

Ganga is an easy-to-use frontend for job definition and management
GNU General Public License v3.0
100 stars 159 forks source link

WIP: Add apptainer to GaudiExec #2321

Closed mesmith75 closed 7 months ago

mesmith75 commented 7 months ago

Fixes #2320

egede commented 7 months ago

There might be a way to satisfy both the issues raised here.

mesmith75 commented 7 months ago

Yes, I think you are right

heistera commented 7 months ago

Perhaps, in case cvmfs ist not accessible, it is possible to download an image in a similar way like the following:

Apptainer("docker://gitlab-registry.cern.ch/lhcb-core/lbdocker/slc6-build:latest")

The same location has an image which looks like the source of the image used for cvmfs ...

mesmith75 commented 7 months ago

I'll merge this now and add on the prepareGaudiExec adjustment in a separate PR