Has anyone run into permission denied issues while...
# flyte-support
c
Has anyone run into permission denied issues while pyflyte builds the container image for registration? We seem to hit a permission issue due to trying to copy the same file twice in this part of code: https://github.com/flyteorg/flytekit/blob/master/flytekit/image_spec/default_builder.py#L362-L368 I need to dig into why the
ls_files
is producing multiple files
Copy code
src <redacted>/controller_timing_clk_nb.so is 0o100555
dst <redacted>/controller_timing_clk_nb.so is 0o40775
src <redacted>/msg/__init__.py is 0o100555
dst <redacted>/msg/__init__.py is 0o40775
src <redacted>/msg/__init__.py is 0o100555
dst <redacted>/msg/__init__.py is 0o40775

permission denied happens here