Skip to content

Commit

Permalink
rename image definition
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 Jan 2, 2024
1 parent 5701706 commit 3df5582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

# image_definition = ImageSpec(
# name="flytekit", # rename this to your docker image name
# name="basic-example", # rename this to your docker image name
# # the base image that flytekit will use to build your image
# base_image="ghcr.io/flyteorg/flytekit:py3.11-1.10.2",
# packages=["flytekit>=1.6.0"], # packages to add to the base image
Expand Down

0 comments on commit 3df5582

Please sign in to comment.