mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#792)
This commit is contained in:
@@ -169,7 +169,7 @@ The Task must be connected to a git repository, since currently single script de
|
||||
| `--project`| Set the project name to the interactive session task| `DevOps` |
|
||||
| `--shutdowm`, `-S`| Shut down an active session | Previous session|
|
||||
| `--disable-session-cleanup` | If `True`, previous interactive sessions are not deleted | `false`|
|
||||
| `--requirements`| Specify requirements.txt file to install when setting the interactive session. | `none` or previously used requirements (can be overridden by calling `--packages`)|
|
||||
| `--requirements`| Specify `requirements.txt` file to install when setting the interactive session. | `none` or previously used requirements (can be overridden by calling `--packages`)|
|
||||
| `--packages`| Additional packages to add. Supports version numbers. Example: `--packages torch==1.7 tqdm` | Previously added packages.|
|
||||
| `--upload-files`| Specify local files/folders to upload to the remote session|`None`|
|
||||
| `--git-credentials` | If `True`, local `.git-credentials` file is sent to the interactive session.| `false`|
|
||||
|
||||
@@ -31,7 +31,7 @@ Specify a Docker container to run the code in with the `--docker <docker_image>`
|
||||
The ClearML Agent pulls it from Docker Hub or a Docker artifactory automatically.
|
||||
|
||||
### Package Dependencies
|
||||
`clearml-task` automatically finds the requirements.txt file in remote repositories.
|
||||
`clearml-task` automatically finds the `requirements.txt` file in remote repositories.
|
||||
|
||||
If a local script requires certain packages, or the remote repository doesn't have a `requirements.txt` file,
|
||||
manually specify the required Python packages using `--packages "<package_name>"`, for example `--packages "keras" "tensorflow>2.2"`.
|
||||
|
||||
Reference in New Issue
Block a user