Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <nikki@union.ai>
  • Loading branch information
nikki everett committed Dec 13, 2023
1 parent 3c4accd commit d685c3f
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
`ImageSpec documentation <https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/customizing_dependencies/image_spec.html#image-spec-example>`__.
"""

# basic_image = ImageSpec(
# image_definition = ImageSpec(
# name="flytekit", # rename this to your docker image name
# base_image="ghcr.io/flyteorg/flytekit:py3.11-1.10.2",
# # the base image that flytekit will use to build your image
# packages=["example-package"], # packages to add to the base image
# # remove "example-package" before using.
# registry="ghcr.io/unionai-oss",
# # the registry your image will be pushed to
# packages=["flytekit>=1.6.0"], # packages to add to the base image
# registry="ghcr.io/unionai-oss", # registry your image will be pushed to
# python_version="3.11"
# # the python version; optional if not different from the base image
# )
Expand Down

0 comments on commit d685c3f

Please sign in to comment.