frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 13 forks source link

Docker Container for AutoML #150

Closed muellerdo closed 2 years ago

muellerdo commented 2 years ago

Processes training, prediction, and evaluation are moved in a docker environment

Build process / Dockerfile: Install aucmedi Based on tensorflow image

Volume: aucmedi.data/

Run with entry-script: training, prediction, evaluation

Call associated CLI and store results into volume, afterwards close/delete container again.