Skip to content

Commit f16de59

Browse files
committed
Update README
1 parent 0c01b0f commit f16de59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can run a Python script on a Paperspace server from the command line as foll
7878

7979
You can also provide additional jobs options on the command line:
8080

81-
gradient run myscript.py --name my_new_job --project myproject --machineType P5000 \
81+
gradient run myscript.py --name my_new_job --projectId myproject --machineType P5000 \
8282
--container paperspace/tensorflow-python`
8383

8484
Note: this functionality is deprecated and will not be available in future releases
@@ -114,11 +114,11 @@ Basic Run Scenarios
114114

115115
4. Run an executable or shell command remotely using the `--command` option:
116116

117-
`gradient run --command "<executable or shell command>"`
117+
`gradient run <path_to_script.py> --command "<executable or shell command>"`
118118

119119
Example:
120120

121-
`gradient run --command "ls -al"`
121+
`gradient run <path_to_script.py> --command "ls -al"`
122122

123123
Run Options
124124
===========
@@ -150,7 +150,7 @@ The `--ignoreFiles "<file-or-dir>,..."` option can be used specify a simple comm
150150

151151
The following files and directories are ignored by default: `.git`, `.gitignore`, `__pycache__`.
152152

153-
Other `jobs create` options can be specified, such as `--machineType <machine-type>`, `--container <container-image-reference>`, and `--project <project-name>`.
153+
Other `jobs create` options can be specified, such as `--machineType <machine-type>`, `--container <container-image-reference>`, and `--projectId <project-name>`.
154154

155155
See the Paperspae API [jobs create](https://paperspace.github.io/paperspace-node/jobs.html#.create) documentation for a complete description of these options.
156156

0 commit comments

Comments
 (0)