[docs] correct docker image name in Launch Ray in Docker section (#11475)

This commit is contained in:
Lee moon soo
2020-10-19 16:01:03 -07:00
committed by GitHub
parent ed81010b0d
commit 09932ee72b
+1 -1
View File
@@ -275,7 +275,7 @@ Start out by launching the deployment container.
.. code-block:: bash
docker run --shm-size=<shm-size> -t -i ray-project/ray
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``. The ``-t`` and ``-i`` options here are required to support