Skip to content

Commit

Permalink
fix warning in ray example (#1700)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sola <[email protected]>
  • Loading branch information
dansola authored Jun 28, 2024
1 parent b994f44 commit 4fbfa5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/ray_plugin/ray_plugin/ray_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

# %% [markdown]
# Create an `ImageSpec` to encompass all the dependencies needed for the Ray task.
# # :::{important}
# # Replace `ghcr.io/flyteorg` with a container registry you've access to publish to.
# # To upload the image to the local registry in the demo cluster, indicate the registry as `localhost:30000`.
# # :::
# :::{important}
# Replace `ghcr.io/flyteorg` with a container registry you've access to publish to.
# To upload the image to the local registry in the demo cluster, indicate the registry as `localhost:30000`.
# :::
# %%
custom_image = ImageSpec(
registry="ghcr.io/flyteorg",
Expand Down

0 comments on commit 4fbfa5d

Please sign in to comment.