You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
We integrate SageMaker local mode on our ProcessingScripts into the project test suite. Now after the test suite finished to run in the local machine, the machine is left with all the steps containers of the pipeline object.
How would this feature be used? Please describe.
After a test had finished execution successfully, we want a way to either extract the container id that was just used or that the SageMaker session itself will know to remove the used container by request (an API call).
Describe alternatives you've considered
Today we search for the docker compose file and extract the container id by the file name like this: