mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-15 18:06:22 +00:00
Small edits (#518)
This commit is contained in:
parent
25b0bb4c04
commit
2b7ed5259a
@ -244,7 +244,7 @@ task_list = Task.get_tasks(
|
||||
task_name=None, # Optional[str]
|
||||
allow_archived=True, # [bool]
|
||||
task_filter=None, # Optional[Dict]#
|
||||
# tasks with tag `included_tag` and without tag `excluded_tag`
|
||||
# tasks with tag `included_tag` or without tag `excluded_tag`
|
||||
tags=['included_tag', '-excluded_tag']
|
||||
)
|
||||
```
|
||||
|
@ -5,7 +5,7 @@ title: Version 1.5
|
||||
### ClearML Agent 1.5.2
|
||||
|
||||
**New Features and Improvements**
|
||||
* Switch services agent entrypoint shell from sh to bash [ClearML Agent GitHub issue #141](https://github.com/allegroai/clearml-agent/issues/140)
|
||||
* Switch services agent entrypoint shell from sh to bash [ClearML Agent GitHub issue #140](https://github.com/allegroai/clearml-agent/issues/140)
|
||||
* Improve poetry support
|
||||
* Add poetry cwd support [ClearML Agent GitHub issue #138](https://github.com/allegroai/clearml-agent/issues/138)
|
||||
* Add `agent.package_manager.poetry_install_extra_args` configuration option
|
||||
|
Loading…
Reference in New Issue
Block a user