refactor: remove MinIO repository references and streamline cleanup process

- Eliminated MinIO repository dependencies from the `Activities`, `Cleanup`, and `Training` classes.
- Updated the `cleanup_resources` method to focus on removing local temporary directories instead of handling MinIO file deletions.
- Adjusted the `TrainModel` class to pass the run directory for cleanup, enhancing resource management in the training workflow.
This commit is contained in:
vitor-aignosi
2026-04-06 09:30:38 -03:00
parent d2bb588739
commit 18412958d2
4 changed files with 22 additions and 85 deletions

View File

@@ -123,7 +123,6 @@ class Activities(ExperimentTracking, Training, Cleanup):
Cleanup.__init__(
self,
minio_repository=self.minio_repository,
logger=logger,
notification_handler=notification_handler,
metrics_controller=metrics_controller,