Skip to content

Install Docker CLI after workflows files are created #629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agupta01
Copy link

Description of changes:
Public mirror of https://github.com/aws/private-sagemaker-distribution-staging/pull/316

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@agupta01 agupta01 requested a review from a team as a code owner April 24, 2025 22:14
@aws-tianquaw aws-tianquaw added this to the v2.6.1 milestone Apr 24, 2025
Copy link
Contributor

@reganbaum reganbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we move the following line up before docker cli installation as well?

cp -n "/etc/sagemaker-ui/workflows/sample_dag.py" "${WORKFLOW_DAG_PATH}/"

Ideally, anything that doesn't require docker should happen first, and then we install docker, and only the actions after the installation should have the dependency on the docker cli being installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants