Open jjkoehorst opened 1 year ago
Hey! I have the same issue! any luck?
It is a Docker problem: https://forums.docker.com/t/bind-source-path-does-not-exist-but-it-does-exist/124250/8
The solution for me (Ubuntu 20.04.3, cwl version 3.1.20220224085855) involved removing docker:
sudo apt remove docker*
sudo snap remove docker
and reinstalling docker using these instructions: https://docs.docker.com/engine/install/ubuntu/
Expected Behavior
The cwltool execution should stop Ticket is in a way related to https://github.com/common-workflow-language/cwltool/issues/1433
Actual Behavior
It just hangs
Workflow Code
Any kind of system that can cause a
Error response from daemon: invalid mount config for type "bind": bind source path does not exist
Full Traceback
Your Environment