Summary
The user is seeking assistance with managing dependencies using Poetry to create a Docker image that includes globally installed dependencies. They want to lock these dependencies and set up a pipeline to a cluster with a custom image and specific command. The user provides a Dockerfile for setting up a Python environment, installing Poetry, and configuring it for global dependency installation. However, they encounter a ModuleNotFoundError: No module named 'example'
during workflow execution. They share their folder structure and note that the Pyflyte command works correctly with pip when run from the parent directory of the pipelines folder. The user mentions that others have successfully used Poetry with flytekit and fast registration and suggests opening a GitHub issue to track the problem, which they have done.