mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-17 02:44:07 +00:00
Small edits
This commit is contained in:
parent
e0ea0bff23
commit
01a0966c50
@ -47,7 +47,7 @@ that you need.
|
||||
accessed, [compared](../webapp/webapp_exp_comparing.md) and [tracked](../webapp/webapp_exp_track_visual.md).
|
||||
- [ClearML Agent](../clearml_agent.md) does the heavy lifting. It reproduces the execution environment, clones your code,
|
||||
applies code patches, manages parameters (including overriding them on the fly), executes the code, and queues multiple tasks.
|
||||
It can even [build](../../clearml_agent/clearml_agent_docker_exec#exporting-a-task-into-a-standalone-docker-container) the docker container for you!
|
||||
It can even [build](../getting_started/clearml_agent_docker_exec.md#exporting-a-task-into-a-standalone-docker-container) the container for you!
|
||||
- [ClearML Pipelines](../pipelines/pipelines.md) ensure that steps run in the same order,
|
||||
programmatically chaining tasks together, while giving an overview of the execution pipeline's status.
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 16 MiB After Width: | Height: | Size: 374 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 13 MiB |
@ -93,7 +93,7 @@ using to set up an environment (`pip` or `conda`) are available. Select which re
|
||||
|
||||
### Container
|
||||
The Container section list the following information:
|
||||
* Image - a pre-configured container that ClearML Agent will use to remotely execute this task (see [Building Docker containers](../getting_started/clearml_agent_docker_exec.md))
|
||||
* Image - a pre-configured container that ClearML Agent will use to remotely execute this task (see [Building Task Execution Environments in a Container](../getting_started/clearml_agent_base_docker.md))
|
||||
* Arguments - add container arguments
|
||||
* Setup shell script - a bash script to be executed inside the container before setting up the task's environment
|
||||
|
||||
|
@ -72,7 +72,7 @@ and/or Reset functions.
|
||||
|
||||
|
||||
#### Default Container
|
||||
Select a pre-configured container that the [ClearML Agent](../clearml_agent.md) will use to remotely execute this task (see [Building Docker containers](../getting_started/clearml_agent_docker_exec.md)).
|
||||
Select a pre-configured container that the [ClearML Agent](../clearml_agent.md) will use to remotely execute this task (see [Building Task Execution Environments in a Container](../getting_started/clearml_agent_base_docker.md)).
|
||||
|
||||
**To add, change, or delete a default container:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user