Skip to content

Commit f33478d

Browse files
committed
fix option
1 parent de8826b commit f33478d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/container/Dockerfile.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ RUN --mount=type=bind,from=bazel_disk,target=/cache/bazel-disk,rw \
6464
--src-path-jax ${SRC_PATH_JAX} \
6565
--src-path-xla ${SRC_PATH_XLA} \
6666
--clean \
67-
--build-param=--bazel_options="--jobs=28 --local_ram_resources=HOST_RAM*.8" \
67+
--build-param=--bazel_options="--jobs=28" \
68+
--build-param=--bazel_options="--local_ram_resources=HOST_RAM*.8" \
6869
${EXTRA_BUILD_JAX_ARGS}
6970

7071
## Transformer engine: check out source and build wheel

0 commit comments

Comments
 (0)