-
Hello, I'm experiencing an issue when running the Morphologist pipeline using my BrainVISA Docker that I don't have with my local version of BrainVISA. (The docker is made with the casa_distro_admin command.) I wrote the following file script in /tmp/tmp_l7tnlv4/temp.py : The command with the local version is : brainvisa -e /tmp/tmp_l7tnlv4/temp.py -b --noMainWindow Here is the command I use to run BrainVISA in Docker (with a mounted volume for the database and one for the script) : However, I get the following error: It seems that I need to explicitly specify the arguments for the Morphologist process, which is not the case when using my local version of BrainVISA. I would like to be able to run the script in the same way as on my local version. Do you have any suggestions or solutions to resolve this issue? Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Yes you can use the process "createdatabase":
Denis |
Beta Was this translation helpful? Give feedback.
Hi,
It seems that the database completion is not done in the command. This suggests that the database is not configured or not found in the docker container. Can you run brainvisa interactively (with graphical interface) once using the docker version, and check that the database settings are OK ? Perhaps also the mount points in the docker container are different from the ones in your "local" version (apptainer?) ?
Denis