{% 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
$ micromamba create -n {{ build.environment.name }} -f {{ url_for('api_get_build_conda_lock_file', build_id=build.id) }}
$ conda-store run {{ build.environment.namespace.name }}/{{ build.environment.name }}:{{ build.id }} -- python