Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
Signed-off-by: Peeter Piegaze <[email protected]>
  • Loading branch information
ppiegaze committed Jul 5, 2024
1 parent 585cac4 commit 955abd4
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
# The name of the image
name="basic-union-image",

# The base image on which this image is based
base_image="ghcr.io/flyteorg/flytekit:py3.11-latest",

# Use the requirements.txt to define the packages to be installed in the the image
requirements="requirements.txt",

Expand All @@ -33,14 +30,16 @@
# transparently in Union's own container registry.
# registry="<my-registry>"

# The base image on which this image is based
# base_image="<some-registry>/<base-image>"

# Python version of the image. Use default python in the base image if None.
# python_version="3.11"

# Plugin used to build the image locally.
# Plugin used to build the image locally in Union BYOC.
# Uses flytekitplugin_envd by default.
#
# Only applies to BYOC.
# On Serverless, Images are built by Union's ImageBuilder service.
# This only applies to BYOC. On Serverless, images are built by Union's ImageBuilder service.
# builder="flytekitplugins_envd"

# Source root of the image.
Expand Down

0 comments on commit 955abd4

Please sign in to comment.