clean up build directory after pip install in Dockerfile#3638
clean up build directory after pip install in Dockerfile#3638xieyxclack merged 1 commit intoagentscope-ai:mainfrom
Conversation
|
Hi @ideal, thank you for your first Pull Request! 🎉 🙌 Join Developer CommunityThanks so much for your contribution! We'd love to invite you to join the official QwenPaw developer group! You can find the Discord and DingTalk group links under the "Developer Community" section on our docs page: We truly appreciate your enthusiasm—and look forward to your future contributions! 😊 We'll review your PR soon. |
|
@xieyxclack I tried and because of |
yuanxs21
left a comment
There was a problem hiding this comment.
Please check the inline review.
Welcome to QwenPaw! 🎉Thank you @ideal for your first contribution! Your PR has been merged. 🚀 We'd love to give you a shout-out in our release notes! If you're comfortable sharing, please reply to this comment with your social media handles using the format below:
Thanks again for helping make QwenPaw better! |


Description
Remove build directory to prevent it stay in Docker image.
Type of Change
Component(s) Affected
Checklist
pre-commit run --all-fileslocally and it passespytestor as relevant) and they passFor Channel Changes (DingTalk, Feishu, QQ, Console, etc.)
./scripts/check-channels.sh(or./scripts/check-channels.sh --changed) and it passestests/contract/channels/test_<channel>_contract.py(REQUIRED)create_instance()with proper channel initializationtests/contract/channels/__init__.py)tests/unit/channels/test_<channel>.pyfor complex internal logicTesting
Build Docker image again and find that
/app/buildnot exists.Local Verification Evidence
Additional Notes
[Optional: any other context]