Skip to content

Commit 7c1843d

Browse files
authored
Add curl as a prerequisite for Sagemaker tutorials (#1752)
Description of changes: Adds curl as a prerequisite since its used in the tutorials. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b650a4b commit 7c1843d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/content/docs/tutorials/autoscaling-example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This guide assumes that you have:
3232
- [eksctl](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) - A command line tool for working with EKS clusters.
3333
- [yq](https://mikefarah.gitbook.io/yq) - A command line tool for YAML processing. (For Linux environments, use the [`wget` plain binary installation](https://mikefarah.gitbook.io/yq/#wget))
3434
- [Helm 3.7+](https://helm.sh/docs/intro/install/) - A tool for installing and managing Kubernetes applications.
35+
- [curl](https://everything.curl.dev/get) - A command line tool for transmitting data with URLs.
3536

3637
### Configure IAM permissions
3738

docs/content/docs/tutorials/sagemaker-example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This guide assumes that you have:
2929
- [eksctl](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) - A command line tool for working with EKS clusters.
3030
- [yq](https://mikefarah.gitbook.io/yq) - A command line tool for YAML processing. (For Linux environments, use the [`wget` plain binary installation](https://github.com/mikefarah/yq/#wget))
3131
- [Helm 3.7+](https://helm.sh/docs/intro/install/) - A tool for installing and managing Kubernetes applications.
32+
- [curl](https://everything.curl.dev/get) - A command line tool for transmitting data with URLs.
3233

3334
### Configure IAM permissions
3435

0 commit comments

Comments
 (0)