acoustic-carpenter-78188
09/22/2023, 12:34 PMimage_spec=ImageSpec(
base_image="some-base-image:latest
packages=["a-private-library==1.6.0"
pip_index="<https://private-pip-index/simple>"
)
and the generated build.envd file would look like this
# syntax=v1
def build():
...
config.pip_index(url = "<https://private-pip-index/simple>")
...
Describe alternatives you've considered
I think it's pretty straightforward.
Propose: Link/Inline OR Additional context
envd has built-in support for this, as shown in the main example in their readme
https://github.com/tensorchord/envd#create-an-envd-environment
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
09/22/2023, 12:34 PM