bi-tbcnn
bi-tbcnn copied to clipboard
hello I am getting the following error bash: ./run: No such file or directory
When I execute r I am getting the following error bash: ./run: No such file or directory when I directly execute the ./run command on my terminal is ok,but the following similar error will occur “parser/run: line 22: parallel: command not found ...” I use Docker Toolbox on windows thanks
"parallel" is a GNU utility to launch multiple commands in parallel. If you don't have it. The docker image tries to get installed, but if not, you may need to install it.