{% extends "base.html" %} {% load crispy_forms_tags %} {% load url %} {% block title %} Create An Algorithm Container Image - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Create An Algorithm Container Image

Upload a container image that implements the selected inputs and outputs. In order to work this container will need to read the following input:

The container will also need to write the following output:

Container Image Options

{% crispy form %} {% endblock %}