>From your previous screenshots of the log, I can see that you are using 
>`docker-compose` to start the services. This command will launch services in 
>different container with isolated file system, i.e., the execution service 
>does not see files in your local file system. If that's the case, please use 
>shared volume in docker with the host and preserve the same path. Or, do not 
>run services in containers separated with the host file system. Thanks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/366#issuecomment-647788812

Reply via email to