File size: 653 Bytes
81fa3d6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
license: mit
tags:
- apptainer
- container
---
# Outerloop agent image
The Apptainer image the [outerloop](https://github.com/outerloop-science/outerloop) kernel
runs agent sessions and evaluations in (`OUTERLOOP_IMAGE`). Built from
`containers/agent-py312.def` in the kernel repo by its `build-image` workflow; each file
here is named by the recipe and tagged with the kernel commit it was built from.
Pull the current image:
```
curl -L -o ~/outerloop-images/agent-py312.sif \
https://huggingface.co/outerloop-science/agent-image/resolve/main/agent-py312.sif
```
`outerloop init` does this for you on Linux when Apptainer is installed.
|