{% extends "base.html" %} {% load crispy_forms_tags %} {% load url %} {% block title %} Create An Algorithm Container Image - {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Upload a container image that implements the selected inputs and outputs. In order to work this container will need to read the following input:
/input/{{ interface.relative_path }}/<uuid>.mha or
/input/{{ interface.relative_path }}/<uuid>.tif
{% else %}
/input/{{ interface.relative_path }}
{% endif %}
The container will also need to write the following output:
/output/{{ interface.relative_path }}/<uuid>.mha or
/output/{{ interface.relative_path }}/<uuid>.tif
{% else %}
/output/{{ interface.relative_path }}
{% endif %}