Skip to content

Commit de8826b

Browse files
committed
Fix bazel options
1 parent f770f30 commit de8826b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/Dockerfile.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ RUN --mount=type=bind,from=bazel_disk,target=/cache/bazel-disk,rw \
5858
build-jax.sh \
5959
--bazel-cache ${BAZEL_CACHE} \
6060
--build-path-jaxlib ${BUILD_PATH_JAXLIB} \
61-
--bazel-options "--jobs=28 --local_ram_resources=HOST_RAM*.8" \
6261
--extra-targets "${EXTRA_BAZEL_TARGETS}" \
6362
--extra-target-dest /builder/extra-targets \
6463
--no-install \
6564
--src-path-jax ${SRC_PATH_JAX} \
6665
--src-path-xla ${SRC_PATH_XLA} \
6766
--clean \
67+
--build-param=--bazel_options="--jobs=28 --local_ram_resources=HOST_RAM*.8" \
6868
${EXTRA_BUILD_JAX_ARGS}
6969

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

0 commit comments

Comments
 (0)