We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eb826 commit 5031aa7Copy full SHA for 5031aa7
dask_cloudprovider/aws/ecs.py
@@ -485,7 +485,10 @@ class ECSCluster(SpecCluster, ConfigMixin):
485
486
Defaults to ``daskdev/dask:latest`` or ``rapidsai/rapidsai:latest`` if ``worker_gpu`` is set.
487
cpu_architecture: str (optional)
488
- Runtime platform CPU architecture
+ Runtime platform CPU architecture.
489
+ Typically either ``X86_64`` or ``ARM64``.
490
+ Valid values are documented here:
491
+ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-tasks-services.html#fargate-task-os
492
493
Defaults to ``X86_64``.
494
scheduler_cpu: int (optional)
0 commit comments