Skip to content

Commit 5c8b189

Browse files
authored
chore: add cloudpickle to sandbox base image (#27)
1 parent 764f9c9 commit 5c8b189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sandboxes/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ RUN mkdir -p /sandbox/.claude/skills && \
121121
# Sandbox users can `uv pip install` (or `pip install`) into
122122
# this venv without touching the base image layer.
123123
uv venv --python 3.13 --seed /sandbox/.venv && \
124+
uv pip install --python /sandbox/.venv/bin/python cloudpickle && \
124125
uv cache clean && \
125126
chown -R sandbox:sandbox /sandbox/.venv && \
126127
# Minimal shell init files so interactive and non-interactive shells

0 commit comments

Comments
 (0)