You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A BidsAppHandler task runs its cluster jobs using bosh; it is an error for the sysadmin to configure the associated ToolConfig to have singularity (or docker) container information, because bosh will do the container prep work.
During the setup() step, invoke the ClusterTask methods use_singularity? and user_docker? if if any of them return true, print an error message in the task's log and fail the setup steps: the sysadmin made the config error.
The text was updated successfully, but these errors were encountered:
A BidsAppHandler task runs its cluster jobs using bosh; it is an error for the sysadmin to configure the associated ToolConfig to have singularity (or docker) container information, because bosh will do the container prep work.
During the setup() step, invoke the ClusterTask methods
use_singularity?
anduser_docker?
if if any of them return true, print an error message in the task's log and fail the setup steps: the sysadmin made the config error.The text was updated successfully, but these errors were encountered: