Aayush
09/11/2023, 5:32 AMmarrrcin
09/11/2023, 7:42 AMAayush
09/11/2023, 8:05 AMmarrrcin
09/11/2023, 11:08 AMentrypoint
cli command during docker build. That is not intended use of this command and you should not use it outside of Sagemaker context.Aayush
09/11/2023, 11:45 AMmarrrcin
09/11/2023, 1:16 PMAayush
09/11/2023, 1:40 PMmarrrcin
09/11/2023, 1:42 PMkedro sagemaker entrypoint
only works for runs that will happen within SageMaker. If you want to test your pipeline locally with docker, change the entrypoint to kedro run
instead (you don’t have to modify the Dockerfile, see https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime)Aayush
09/11/2023, 1:44 PM