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

containerOptions "--entrypoint ''" is not working with apptainer or singularity. #63

Open
gagnonanthony opened this issue Dec 4, 2024 · 0 comments · May be fixed by #77
Open

containerOptions "--entrypoint ''" is not working with apptainer or singularity. #63

gagnonanthony opened this issue Dec 4, 2024 · 0 comments · May be fixed by #77

Comments

@gagnonanthony
Copy link
Contributor

--entrypoint is not a valid argument for either apptainer or singularity. Running any modules with this config returns an error. We should make it specific to the docker engine, I've tested this solution and it works for now:

    containerOptions {
        (workflow.containerEngine == 'docker') ? '--entrypoint ""': ''
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants