Search code examples
azure-machine-learning-service

The amlignore file doesn't reduce the size of snapshot


To overcome 300MB snapshot size limit I created an .amlignore file in the root of my repository:

/*
!/root

The intention is to exclude everything except /root directory where all python code is. The size of the root directory is less than 1MB, still I get an error of exceeding snapshot limit size of 300MB. What am I doing wrong?


Solution

  • This is fixed in version 1.0.74 of azureml-sdk