When a new mlflow project is run the project directory is copied into a new container,
This means that every time project is run a new container is created where the tag is the git commit. We don't need to keep these containers so should set up automatic removal .
When a new mlflow project is run the project directory is copied into a new container,
This means that every time project is run a new container is created where the tag is the git commit. We don't need to keep these containers so should set up automatic removal .