Skip to content

Commit 7483227

Browse files
committed
fix docker commands
1 parent 3a2f1c6 commit 7483227

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jax_rocm_plugin/build/rocm/ci_build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ def dist_wheels(
141141
# NOTE(mrodden): bazel times out without --init, probably blocking on a zombie PID
142142
cmd.extend(
143143
[
144-
"-it",
145144
"--init",
146145
"--rm",
146+
"--shm-size",
147+
"64G",
147148
"-e",
148149
"GIT_DIR=/repo/.git",
149150
"-e",
@@ -154,8 +155,6 @@ def dist_wheels(
154155
"bash",
155156
"-c",
156157
container_cmd,
157-
"--shm-size",
158-
"64G",
159158
]
160159
)
161160

0 commit comments

Comments
 (0)