-
Hi, apptainer run docker://vnmd/neurodesktop:latest I get the following error??? Is this fixable for someone that is useless with containers and just honestly wants to be able to type "afni" in a terminal and run some code :( sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Dear @seaguldee The Neurodesktop component of Neurodesk is a docker container, and thus, cannot be run on a supercomputer. This is why you receive the error message. That said, you can install the neurocommand command-line interface (https://www.neurodesk.org/docs/neurodesktop/getting-started/hpc/) that will let you access Neruodesk's apptainer containers from the command line, including Neurodesk's AFNI container (You are right that apptainer is only a rebranding of Singularity). If that is what you're looking for, please try it and report back if you have any issues. If your use case is different, please clarify. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Dear @seaguldee, To use Neurodesk on an HPC you have 2 options:
To get the latest afni container you can run:
Then you can shell into the container:
Kind regards |
Beta Was this translation helpful? Give feedback.
Dear @seaguldee
The Neurodesktop component of Neurodesk is a docker container, and thus, cannot be run on a supercomputer. This is why you receive the error message.
That said, you can install the neurocommand command-line interface (https://www.neurodesk.org/docs/neurodesktop/getting-started/hpc/) that will let you access Neruodesk's apptainer containers from the command line, including Neurodesk's AFNI container (You are right that apptainer is only a rebranding of Singularity). If that is what you're looking for, please try it and report back if you have any issues.
If your use case is different, please clarify.
Good luck!
Oren