Skip to content

Add docker-compose path to allow local training#5598

Merged
mollyheamazon merged 2 commits intoaws:masterfrom
bobbywlindsey:master
Mar 4, 2026
Merged

Add docker-compose path to allow local training#5598
mollyheamazon merged 2 commits intoaws:masterfrom
bobbywlindsey:master

Conversation

@bobbywlindsey
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes: Add docker-compose path to allow local training

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

"import os\n",
"os.environ['PATH'] = '/usr/local/bin:/Applications/Docker.app/Contents/Resources/bin:' + os.environ['PATH']"
"os.environ['PATH'] = '/usr/local/bin:/Applications/Docker.app/Contents/Resources/bin:/Applications/Docker.app/Contents/Resources/cli-plugins:' + os.environ['PATH']"
]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you add a check for MacOS user before this line?
if sys.platform == 'darwin':

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done!

@mollyheamazon mollyheamazon merged commit 45f56f0 into aws:master Mar 4, 2026
1 check passed
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.

2 participants