Skip to content

Commit 2b8970e

Browse files
committed
add cgroups
1 parent 06c6864 commit 2b8970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-iac-action/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run(metadata):
8787
path_to_mount = f"{path_to_mount}:/app-volume"
8888

8989
flags = build_flags(inputs)
90-
cmd = ["docker", "run", "--rm", "-v", path_to_mount] + flags + [
90+
cmd = ["docker", "run", "--rm", "-v", path_to_mount, "--cgroups=disables"] + flags + [
9191
"--entrypoint=/app/stackspot-runtime-job-iac",
9292
container_url,
9393
"start",

0 commit comments

Comments
 (0)