Han
$ python tasks/run_workflow.py
Traceback (most recent call last):
File "/usr/local/lib/python3.8/pathlib.py", line 1284, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/flyte/20220422_220444/sandbox/local_flytekit'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/pathlib.py", line 1284, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/flyte/20220422_220444/sandbox'
During handling of the above exception, another exception occurred:
...
...
PermissionError: [Errno 13] Permission denied: '/tmp/flyte/20220422_220444'
How do I ensure reproducibility for different local environments?Eduardo Apolinario (eapolinario)
Han
python run_workflow.py
from our user accounts on that server.Ketan (kumare3)
/tmp/flyte
folder?Eduardo Apolinario (eapolinario)
Ketan (kumare3)
/tmp/flyte
and the second person cannot access it, as we restrict it to the uid onlyHan
Ketan (kumare3)
Han
Ketan (kumare3)
Eduardo Apolinario (eapolinario)
Han