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

Support Singularity & udocker for running nodejs #803

Closed
mr-c opened this issue Jun 23, 2018 · 0 comments
Closed

Support Singularity & udocker for running nodejs #803

mr-c opened this issue Jun 23, 2018 · 0 comments

Comments

@mr-c
Copy link
Member

mr-c commented Jun 23, 2018

Here's a workaround for Singularity, create a file with the name node and the following contents

#!/bin/sh
singularity --quiet exec docker://node:slim node $@ 2> /dev/null

and set the script as executable with chmod a+x node and install it on your PATH

// Edited to remove < /dev/stdin

mr-c added a commit that referenced this issue Sep 20, 2021
mr-c added a commit that referenced this issue Sep 20, 2021
mr-c added a commit that referenced this issue Sep 20, 2021
mr-c added a commit that referenced this issue Sep 21, 2021
mr-c added a commit that referenced this issue Sep 21, 2021
mr-c added a commit that referenced this issue Sep 21, 2021
@mr-c mr-c closed this as completed in bb6fe86 Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant