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")