Skip to content
Discussion options

You must be logged in to vote

@omni-front Thanks for the feedback. After revisiting this I think it is possible to use one of these:

uv pip install -r pyproject.toml --all-extras
uv sync --all-extras

To automate this, I used:

image = flyte.Image.from_debian_base(
    name="demo-image",
    registry="docker-registry.url/union-ai/registry",
    registry_secret="my-secret"
  ).with_uv_project(
      pyproject_file="pyproject.toml",
      extra_args="--all-groups --all-extras"
      )

Think this is working ok.

HTHs anyone else with this issue.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hmf
Comment options

Answer selected by hmf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants