> 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.
As for the error "convert: failed to open SRC file", I read the source code of teaclave and found that the error was reported when reading outputFile. So I don't register outputFile anymore, just register inputfile. In this case, I can run through the python I wrote and read the data of inputfile normally. However, if I register outputFile, this error will be reported. This outputFile should also exist in teaclave_ execution_service docker container ? -- 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-647856360
