{% extends 'base.html' %} {% block title %}Build {{ build.id }}{% endblock %} {% block content %}
The following build has these packages
| # | Name | Version | Channel |
|---|---|---|---|
| {{ loop.index }} | {{ package_build.package.name }} | {{ package_build.package.version }} | {{ package_build.package.channel.name }} |
The following build has several methods of running the given environment
$ conda-store run {{ build.environment.namespace.name }}/{{ build.environment.name }}:{{ build.id }} -- python