npnl / atlas_sample_docker

Sample Docker for ISLES22

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISLES22 ATLAS: Sample Docker

This repository serves as a template for your to produce a Docker container with your model. Your model should be trained and loadable at this stage.
There are three important files: for you to modify:

  • requirements.txt - Python dependencies for your model.
    Python packages specified in requirements.txt will be installed in the container's Python environment when it is built.
  • process.py - Modify the section to load and call your model.
    Load your model and use it to make predictions on the input.
  • Dockerfile - Add the files needed to run your model (model weights, code, etc.)

Once complete, you can run build.sh to build the container, and export.sh to package it for upload. The original source code for the algorithm container was generated with evalutils version 0.3.1.

About

Sample Docker for ISLES22

License:MIT License


Languages

Language:Python 91.8%Language:Dockerfile 6.7%Language:Shell 1.5%