From bd478682bd4c3c0e7aae17dc8b23de35b070a762 Mon Sep 17 00:00:00 2001 From: Drew Newberry Date: Thu, 12 Mar 2026 23:54:35 -0700 Subject: [PATCH] chore: add cloudpickle to sandbox base image --- sandboxes/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxes/base/Dockerfile b/sandboxes/base/Dockerfile index 7d47635..efc6e7e 100644 --- a/sandboxes/base/Dockerfile +++ b/sandboxes/base/Dockerfile @@ -121,6 +121,7 @@ RUN mkdir -p /sandbox/.claude/skills && \ # Sandbox users can `uv pip install` (or `pip install`) into # this venv without touching the base image layer. uv venv --python 3.13 --seed /sandbox/.venv && \ + uv pip install --python /sandbox/.venv/bin/python cloudpickle && \ uv cache clean && \ chown -R sandbox:sandbox /sandbox/.venv && \ # Minimal shell init files so interactive and non-interactive shells