Skip to content

Commit

Permalink
[aws] add docs on cpu_architecture for ECSCluster (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 6, 2025
1 parent c6eb826 commit 5031aa7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dask_cloudprovider/aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,10 @@ class ECSCluster(SpecCluster, ConfigMixin):
Defaults to ``daskdev/dask:latest`` or ``rapidsai/rapidsai:latest`` if ``worker_gpu`` is set.
cpu_architecture: str (optional)
Runtime platform CPU architecture
Runtime platform CPU architecture.
Typically either ``X86_64`` or ``ARM64``.
Valid values are documented here:
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-tasks-services.html#fargate-task-os
Defaults to ``X86_64``.
scheduler_cpu: int (optional)
Expand Down

0 comments on commit 5031aa7

Please sign in to comment.