Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Make runtimeEnvYAML more prominent in docs #44326

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wording change
Signed-off-by: Archit Kulkarni <[email protected]>
  • Loading branch information
architkulkarni committed Mar 27, 2024
commit 5bd43aaedcb41178cf4cae4c6ea75e05702295e3
2 changes: 1 addition & 1 deletion doc/source/ray-core/handling-dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ There are two primary scopes for which you can specify a runtime environment:
Specifying a Runtime Environment Per-Job
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You can specify a runtime environment for your whole job, whether running a script directly on the cluster, using the :ref:`Ray Jobs API <jobs-overview>`, or a :ref:`KubeRay RayJob <kuberay-rayjob-quickstart>`:
You can specify a runtime environment for your whole job, whether running a script directly on the cluster, using the :ref:`Ray Jobs API <jobs-overview>`, or submitting a :ref:`KubeRay RayJob <kuberay-rayjob-quickstart>`:

.. literalinclude:: /ray-core/doc_code/runtime_env_example.py
:language: python
Expand Down
Loading