-
Hello, I am trying to run neurodesk via jupyterhub on Kubernetes. The initial image works, however, I am unable to run any tool, at is seems it requires apptainer, nor suid or user namespaces are allowed in this instance of Kubernetes. Is there any way to use the neurodesk? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
stebo85
Jan 16, 2025
Replies: 1 comment
-
you need to enable capabilities needed for apptainer/singularity through Apparmor in Kubernetes: AppArmor.yaml:
apply this:
add container.apparmor.security.beta.kubernetes.io/notebook to the config.yaml of jupyterhub, e.g.::
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stebo85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to enable capabilities needed for apptainer/singularity through Apparmor in Kubernetes:
AppArmor.yaml: