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
I have tried following the nipype tutorial, but with my own data. I mounted the directory where my data is saved to the /data folder of the container. I used the inspect command to see that it is actually mounted. It seems that it was mounted based on the message I got after executing 'inspect'. Below is the part of the message.
Hi,
I have tried following the nipype tutorial, but with my own data. I mounted the directory where my data is saved to the /data folder of the container. I used the inspect command to see that it is actually mounted. It seems that it was mounted based on the message I got after executing 'inspect'. Below is the part of the message.
"HostConfig": {
"Binds": [ "/home/gjeong/RNG/Sub02:/data", "/home/gjeong/RNG/output:/output"],
My data is saved in the Sub02 directory and I can not see the list of files in the folder when I explore the directory /data of the container.
I am using Ubuntu 18.04, WSL2, and Windows11.
Any help would be very much appreciated sincerely.
The text was updated successfully, but these errors were encountered: