F

Flyte enables you to build & deploy data & ML pipelines, hassle-free. The infinitely scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. Explore and Join the Flyte Community!

Issue with container_image parameter in Flyte

Summary

The user is new to Flyte and has experience with Kubernetes. They have deployed Flyte with nginx ingress on GCP but are encountering an issue with the container_image parameter in tasks. Specifically, they are facing a "no module named <xyz>" error related to missing libraries in their Docker image, which is causing problems during workflow execution. The user has outlined their project structure, including directories for Flyte workflows, scripts, and a Dockerfile. They provided details on the registration process using flytectl and the command used to trigger the workflow. The error log indicates that the workflow is unable to find the pystac_client module, which was supposed to be installed during the Docker build process. The user is confused as to why the library is being sought in a micromamba registry instead of the Docker image they built.

Status
resolved
Tags
    Source
    #ask-the-community