Fixing example (#25524)

Remove quotes from K8s job submission example in docs.
This commit is contained in:
G Goswami 2022-06-06 15:21:19 -07:00 committed by GitHub
parent 36aee6a1c4
commit 7ddc23a8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ Then in a new shell, you can run a job using the CLI:
$ export RAY_ADDRESS="http://127.0.0.1:8265"
$ ray job submit --runtime-env-json='{"working_dir": "./", "pip": ["requests==2.26.0"]}' -- "python script.py"
$ ray job submit --runtime-env-json='{"working_dir": "./", "pip": ["requests==2.26.0"]}' -- python script.py
2021-12-01 23:04:52,672 INFO cli.py:25 -- Creating JobSubmissionClient at address: http://127.0.0.1:8265
2021-12-01 23:04:52,809 INFO sdk.py:144 -- Uploading package gcs://_ray_pkg_bbcc8ca7e83b4dc0.zip.
2021-12-01 23:04:52,810 INFO packaging.py:352 -- Creating a file package for local directory './'.