Skip to content

Commit

Permalink
Set extra_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Jan 10, 2024
1 parent 044d34a commit 0b37f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sagemaker_shim/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ async def execute(self) -> int:
*self.proc_args,
user=self.proc_user.uid,
group=self.proc_user.gid,
extra_groups=[],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
env=self.proc_env,
Expand Down

0 comments on commit 0b37f5d

Please sign in to comment.