Hi everyone, I'm encountering an issue with the `...
# questions
a
Hi everyone, I'm encountering an issue with the
kedro-azureml
plugin — every time I run the CLI, it takes around 1 minute and 10 seconds to start up. Has anyone else experienced this slow startup behavior? Thanks in advance!
s
Hi Adrien, Sorry to hear your issues with plugin cli taking a lot of time. To help pinpoint the problem could we get more details. • Does
kedro --help
start quickly? • Does
kedro azureml --help
also take ~1 min 10 secs? • If only specific
kedro-azureml
subcommands are slow, which ones?
a
Hello, Thanks for the answer ! I think i find the solution. It was related with windows and devcontainer. venv was shared between windows and linux container so disk read was slow
šŸ‘ 1