Han
04/22/2022, 10:17 PM$ 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)
04/22/2022, 10:23 PMHan
04/22/2022, 10:25 PMpython run_workflow.py
from our user accounts on that server.Ketan (kumare3)
/tmp/flyte
folder?Eduardo Apolinario (eapolinario)
04/22/2022, 11:16 PMKetan (kumare3)
/tmp/flyte
and the second person cannot access it, as we restrict it to the uid onlyHan
04/23/2022, 2:30 AMKetan (kumare3)
Han
04/23/2022, 3:31 AMKetan (kumare3)
Eduardo Apolinario (eapolinario)
04/26/2022, 8:24 PMHan
04/26/2022, 8:27 PM