Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Feb 9, 2024
1 parent a6da5e1 commit 0a7f3b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ The workflow code file in the basic template includes an optional ImageSpec conf

```python
basic_image = ImageSpec(
name="flytekit", # default 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=["pandas"], # python packages to install
name="flytekit", # default 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=["pandas"], # python packages to install.
registry="ghcr.io/unionai-oss", # the registry your image will be pushed to.
python_version="3.11" # Optional if python is installed in the base image
python_version="3.11" # Optional if python is installed in the base image.
)
```

Expand Down

0 comments on commit 0a7f3b0

Please sign in to comment.