From 29a4a5e0ef6a44b895de89a15ee17b694dbea91c Mon Sep 17 00:00:00 2001 From: ymq Date: Thu, 13 Aug 2026 17:59:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B2=99=E7=AE=B1=E5=86=85=20HOME=3D/ho?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/deploy_account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline_service/deploy_account.py b/pipeline_service/deploy_account.py index 09b3f2d..de9d859 100644 --- a/pipeline_service/deploy_account.py +++ b/pipeline_service/deploy_account.py @@ -243,6 +243,7 @@ def _build_bwrap_cmd(deploy_dir: str, command: str, workdir: str = "", network: "--dev", "/dev", "--tmpfs", "/tmp", "--bind", deploy_dir, "/home", + "--setenv", "HOME", "/home", ] if network == "isolated": parts.insert(1, "--unshare-net")