add sandbox extra env config
This commit is contained in:
parent
32793de992
commit
9ed24b1ae9
7 changed files with 28 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ class SandboxConfig:
|
|||
dependencies_mount_path: str
|
||||
lambda_tools_mount_path: str
|
||||
volume_mount_path: str
|
||||
extra_env: dict[str, str]
|
||||
|
||||
|
||||
@dataclass(frozen=True, slots=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue