Channels
datahub-flyte
scipy-2023-workshop
flyte-school
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
flyte-github
linkedin-flyte
random
deployment
feature-discussions
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
r
Rupsha Chaudhuri
06/01/2022, 5:01 PM
Hey folks.. I'm working on a PoC and using the demo setup. Is there an easy way to add a python package into the image?
k
Ketan (kumare3)
06/01/2022, 5:10 PM
https://docs.flyte.org/projects/cookbook/en/latest/auto/larger_apps/index.html#larger-apps
r
Rupsha Chaudhuri
06/01/2022, 5:12 PM
thank you
k
Ketan (kumare3)
06/02/2022, 3:53 AM
@Rupsha Chaudhuri
actually you can do something simpler
pyflyte run
takes a
--image
argument
pass whatever image you want.
cc
@Marc Paquette
s
Samhita Alla
06/02/2022, 5:27 AM
@Rupsha Chaudhuri
, the dropdown in this
section
specifies how to package custom dependencies.
r
Rupsha Chaudhuri
06/02/2022, 5:28 AM
Thanks.. I managed to build the image I needed.
Using the steps for larger apps
👍 1
3 Views
Post