Skip to content

Commit 57c19af

Browse files
author
Ricardo Decal
committed
rm redundant line
1 parent 3e8926b commit 57c19af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/ray-core/handling-dependencies.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,6 @@ The ``runtime_env`` is a Python dictionary or a Python class :class:`ray.runtime
536536

537537
Note: For option (1), by default, if the local directory contains a ``.gitignore`` and/or ``.rayignore`` file, the specified files are not uploaded to the cluster. To disable the ``.gitignore`` from being considered, set ``RAY_RUNTIME_ENV_IGNORE_GITIGNORE=1`` on the machine doing the uploading.
538538

539-
Note: For option (1), common directories (``.git``, ``.venv``, ``venv``, ``__pycache__``) are automatically excluded. You can override these defaults by setting the ``RAY_OVERRIDE_RUNTIME_ENV_DEFAULT_EXCLUDES`` environment variable (see ``working_dir`` documentation above).
540-
541-
542539
- ``py_executable`` (str): Specifies the executable used for running the Ray workers. It can include arguments as well. The executable can be
543540
located in the `working_dir`. This runtime environment is useful to run workers in a custom debugger or profiler as well as to run workers
544541
in an environment set up by a package manager like `UV` (see :ref:`here <use-uv-for-package-management>`).

0 commit comments

Comments
 (0)