mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
390 B
390 B
Customizing the sandbox environment (Docker/Podman)
If you need extra tools inside the container (e.g., git, python, rg), create a custom Dockerfile:
cd packages/clinpm linkwhich qwencd your-project
- Path:
.qwen/sandbox.Dockerfile - Then run with:
BUILD_SANDBOX=1 qwen -s ...
This builds a project-specific image based on the default sandbox image.