[Doc] Remove trailing whitespaces (#13390)

This commit is contained in:
Simon Mo
2021-01-12 20:35:38 -08:00
committed by GitHub
parent f587b9a50c
commit 8e0a2f669b
16 changed files with 57 additions and 57 deletions
+4 -4
View File
@@ -243,7 +243,7 @@ Most users should pull a Docker image from the `Ray Docker Hub. <https://hub.doc
Image releases are `tagged` using the following format:
.. list-table::
.. list-table::
:widths: 25 50
:header-rows: 1
@@ -255,13 +255,13 @@ Image releases are `tagged` using the following format:
- A specific Ray release.
* - nightly
- The most recent Ray build (the most recent commit on Github ``master``)
* - Git SHA
* - Git SHA
- A specific nightly build (uses a SHA from the Github ``master``).
Each tag has `variants` that add or change functionality:
.. list-table::
.. list-table::
:widths: 16 40
:header-rows: 1
@@ -314,7 +314,7 @@ Start out by launching the deployment container.
docker run --shm-size=<shm-size> -t -i rayproject/ray
Replace ``<shm-size>`` with a limit appropriate for your system, for example
``512M`` or ``2G``. A good estimate for this is to use roughly 30% of your available memory (this is
``512M`` or ``2G``. A good estimate for this is to use roughly 30% of your available memory (this is
what Ray uses internally for its Object Store). The ``-t`` and ``-i`` options here are required to support
interactive use of the container.