finch
finch copied to clipboard
How can I run SageMaker in local mode?
What is the problem you're trying to solve?. A clear and concise description of the use case for this feature. Please provide an example, if possible.
I am trying to run SageMaker in local mode. The SageMaker SDK relies on docker
and docker-compose
to run it in local mode. While for the docker
command I could just create a symlink to finch
(and this part works), how can I create a symlink for docker-compose
for finch compose
? Or is there some other was i can do this?
Describe the feature you'd like A clear and concise description of what you'd like to happen.
Additional context Add any other context or screenshots about the feature request here.
There is an issue in SageMaker SDK to upgrade from docker compose v1 to v2. Then docker-compose
will be docker compose
. https://github.com/aws/sagemaker-python-sdk/issues/3659