-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a workaround for Singularity, create a file with the name
node
and the following contentsand set the script as executable with
chmod a+x node
and install it on yourPATH
// Edited to remove
< /dev/stdin
The text was updated successfully, but these errors were encountered: