{% extends "page.html" %} {% block stylesheet %} {{ super() }} {% endblock %} {% block main %}
Name | Repository URL | Reference | Mem. Limit (GB) | CPU Limit | Status | Add New |
---|---|---|---|---|---|---|
{{ image.display_name }} | {{ image.repo }} | {{ image.ref }} | {% if image.mem_limit | length %} {{ image.mem_limit | replace("G", "") }} {% else %} {{ default_mem_limit | replace("G", "") }} {%- endif %} | {% if image.cpu_limit | length %} {{ image.cpu_limit | replace("G", "") }} {% else %} {{ default_cpu_limit | replace("G", "") }} {%- endif %} | {% if image.status == 'building' %} Logs {%- elif image.status == 'built' %} {%- endif %} |
{% if image.status == 'built' %}
Remove
{% else %}
The environment is under construction. This can take several minutes to complete. |
ENV{% endcall %} {% call modal('Show Logs', btn_label='Close', btn_class='btn-primary') %} {% endcall %} {% macro environment_modal(name, multi=False) %} {% call modal(name, btn_class='btn-primary save-button') %}
Example: course-python-101-B37
If empty, a name will be generated from the repo URL