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