We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764f9c9 commit 5c8b189Copy full SHA for 5c8b189
sandboxes/base/Dockerfile
@@ -121,6 +121,7 @@ RUN mkdir -p /sandbox/.claude/skills && \
121
# Sandbox users can `uv pip install` (or `pip install`) into
122
# this venv without touching the base image layer.
123
uv venv --python 3.13 --seed /sandbox/.venv && \
124
+ uv pip install --python /sandbox/.venv/bin/python cloudpickle && \
125
uv cache clean && \
126
chown -R sandbox:sandbox /sandbox/.venv && \
127
# Minimal shell init files so interactive and non-interactive shells
0 commit comments