mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Small edits (#715)
This commit is contained in:
parent
ab6ad5b2ad
commit
a4aa5c5caa
@ -48,7 +48,7 @@ The sections below describe in more detail what happens in the controller task a
|
|||||||
pipe.set_default_execution_queue('default')
|
pipe.set_default_execution_queue('default')
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Build the pipeline (see [PipelineController.add_step](../../references/sdk/automation_controller_pipelinecontroller.md#add_step)
|
1. Build the pipeline (see [`PipelineController.add_step`](../../references/sdk/automation_controller_pipelinecontroller.md#add_step)
|
||||||
method for complete reference):
|
method for complete reference):
|
||||||
|
|
||||||
The pipeline's [first step](#step-1---downloading-the-data) uses the pre-existing task
|
The pipeline's [first step](#step-1---downloading-the-data) uses the pre-existing task
|
||||||
|
@ -17,7 +17,7 @@ Run the ClearML AWS autoscaler in one of these ways:
|
|||||||
* Launch through your [`services` queue](../../clearml_agent.md#services-mode)
|
* Launch through your [`services` queue](../../clearml_agent.md#services-mode)
|
||||||
|
|
||||||
:::note Default AMI
|
:::note Default AMI
|
||||||
The autoscaler services uses by default the `NVIDIA Deep Learning AMI v20.11.0-46a68101-e56b-41cd-8e32-631ac6e5d02b` AMI.
|
The autoscaler service uses by default the `NVIDIA Deep Learning AMI v20.11.0-46a68101-e56b-41cd-8e32-631ac6e5d02b` AMI.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Running the Script
|
### Running the Script
|
||||||
@ -78,9 +78,9 @@ When the script runs, a configuration wizard prompts for instance details and bu
|
|||||||
Use spot instances? [y/N]: y
|
Use spot instances? [y/N]: y
|
||||||
Select availability zone ['us-east-1b']:
|
Select availability zone ['us-east-1b']:
|
||||||
Select the Amazon Machine Image id ['ami-07c95cafbb788face']:
|
Select the Amazon Machine Image id ['ami-07c95cafbb788face']:
|
||||||
Enter the Amazon EBS device ['/dev/xvda']:
|
Enter the Amazon EBS device ['/dev/sda1']:
|
||||||
Enter the Amazon EBS volume size (in GiB) [100]:
|
Enter the Amazon EBS volume size (in GiB) [100]:
|
||||||
Enter the Amazon EBS volume type ['gp2']:
|
Enter the Amazon EBS volume type ['gp3']:
|
||||||
```
|
```
|
||||||
|
|
||||||
Name the instance type that was configured. Later in the configuration, use this name to create the budget.
|
Name the instance type that was configured. Later in the configuration, use this name to create the budget.
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 146 KiB |
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue
Block a user