Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

MIC encapsulation v1.0.0

Compare
Choose a tag to compare
@mosoriob mosoriob released this 26 Jun 23:05
· 164 commits to master since this release
08c8a4c

This version of MIC includes the following capabilities:

  • Start from a local directory where the model is available
  • Detect the framework/language used by the model component (python, conda, java, general)
  • Extract dependencies according to the framework/language (pip is supported)
  • Create a Linux environment using Docker
  • Trace the command
  • Detect the configuration files
  • Detect the inputs and code files
  • Detect the outputs
  • Generate the MIC wrapper
  • Test the component that has been generated locally and extract dependencies installed by the user (pip is supported)
  • Build and publish the Docker Image to DockerHub and code to GitHub
  • Add the component as a model configuration in the MINT model catalog