I am able to run the docker hello-world command right after I have downloaded docker, but afterwards, I have to run sudo docker hello-world. This is the error message I am getting:
I have ran PATH="$PATH:$HOME/.local/bin" that @effigies suggested, but it is still providing the same error message.
Could you tell me how to run docker image on Linux Ubuntu system? I can not find proper instruction for Linux in this topic (for Mac and Windows it here OSF | BrainsCAN Computational Core Neuroimaging Wiki Wiki). Thanks for reply.
That is an error from the BIDS validator. If your dataset does not validate, fMRIPrep is reasonably likely to error in a confusing way. If you donât care and want to try to run on an invalid dataset, you can pass --skip-bids-validation.
Do I need to change the path where fmriprep-docker is and where do I add it? I have Python and Anaconda installed. Do I have to change the path to Python or Anaconda or both?
I have a new question which is related to fMRIPrep-docker command but it is on Ubuntu. I hope this a related thread in which I can post my query (I looked at other websites but couldnât find an answer to this question).
I decided to use Ubuntu because WSL 2 integration is enabled via Ubuntu. I installed fmriprep command but I am having trouble understanding the fmriprep-docker usage command which is as follows:
I tried that code but it didnât work. However, after extensive research, I realised I have to create a symbolic link.I downloaded Link Shell extension. What I donât know is whether the symbolic link is created where the license file is and fmriprep-docker is (or where Python is)?
A symbolic link acts the same as a typical shortcut, so as long as your shell can find the symlink, and that link points to the license alright, it will work. However, if your shell canât parse the path correctly due to differences in Unix and Windows notation, as suggested earlier, your problem will still likely persist, since the shell wonât be able to find the symlink either.
So I think I know what where the problem was and I was missing -v in front of the code because I have WSL 2 installed however, I run into another problemâŚI accidentally deleted niprep/fmriprep image from images in DockerâŚis there anyway of downloading it again?