Hii all,
I am trying to execute a task using flyte,I've previously registered the task to the flyteadmin, I didn't use flyte's default image, I've used my pre-build image, but when I tried executing the task, it keeps throwing the error saying,
standard_init_linux.go:228: exec user process caused: no such file or directory
when the container is starting, The image is getting pulled and it was able to locate the
pyflyte-fast-execute
executable, after that it keeps throwing the above error, is it due to any missing dependencies,
I've installed only the
flytekit
pip package inside my container regarding flyte, does it requires anything else to be installed?
Thanks in advance :)