Skip to content

Install curl in bootstrap before AWS CLI download#7903

Open
yangw-dev wants to merge 1 commit intomainfrom
bootstrap-install-curl
Open

Install curl in bootstrap before AWS CLI download#7903
yangw-dev wants to merge 1 commit intomainfrom
bootstrap-install-curl

Conversation

@yangw-dev
Copy link
Copy Markdown
Contributor

Summary

  • Bootstrap script uses curl to download AWS CLI, but slim container images (e.g. python:3.11-slim) don't ship with curl
  • Add a curl install step (apt-get/yum/apk) before the AWS CLI download

Test plan

  • Tested with blast run on python:3.11-slim image — bootstrap now succeeds

The bootstrap script uses curl to download AWS CLI, but slim
container images (e.g. python:3.11-slim) don't ship with curl.
Add a curl install step before the AWS CLI download.
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 30, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
torchci Ignored Ignored Mar 30, 2026 4:34pm

Request Review

@yangw-dev yangw-dev requested a review from huydhn March 30, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants