astonishing-airport-72525
08/14/2024, 5:05 PMcalculate_ellipse_area_shell = ContainerTask(
name="ellipse-area-metadata-shell",
input_data_dir="/root/inputs",
output_data_dir="/root/outputs",
inputs=kwtypes(a=List[FlyteFile]),
outputs=kwtypes(metadata=str),
image="harbor.rke2/work:latest",
command=[
"/root/entrypoint.sh"
]
)
The container starts fine but can’t download the inputs and it looks like it cannot create the proper subdirectory that is named after the input variable name
time="2024-08-14T16:41:49Z" level=info msg="[0] Couldn't find a config file []. Relying on env vars and pflags."
2024-08-14T16:41:49.653575850Z {"json":{},"level":"error","msg":"Failed to persist [a], err failed to open file at path /root/inputs/a/0: open /root/inputs/a/0: no such file or directory","ts":"2024-08-14T16:41:49Z"}
{"json":{},"level":"error","msg":"Downloading failed, err failed to download input variable from remote store: variable [a] download/store failed: failed to open file at path /root/inputs/a/0: open /root/inputs/a/0: no such file or directory","ts":"2024-08-14T16:41:49Z"}
Anyone else using lists of flytefiles with the ContainerTask?average-finland-92144
08/14/2024, 9:12 PMtall-lock-23197
freezing-airport-6809
astonishing-airport-72525
08/15/2024, 12:21 PMtall-lock-23197