File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
4848# TODO: move this patch into the manifest
4949ADD xla-arm64-neon.patch /opt
5050RUN build-jax.sh \
51- --bazel-cache http://10.66.187.93:8080/cuda-12.6.2 \
51+ --bazel-cache ${BAZEL_CACHE} \
5252 --build-path-jaxlib ${BUILD_PATH_JAXLIB} \
5353 --src-path-jax ${SRC_PATH_JAX} \
5454 --src-path-xla ${SRC_PATH_XLA} \
Original file line number Diff line number Diff line change 196196if [[ " ${BAZEL_CACHE} " == http://* ]] || \
197197 [[ " ${BAZEL_CACHE} " == grpc://* ]]; then
198198 BUILD_PARAM=" ${BUILD_PARAM} --bazel_options=--remote_cache=${BAZEL_CACHE} "
199+ BUILD_PARAM=" ${BUILD_PARAM} --bazel_options=--remote_default_platform_properties=jax_toolbox_toolchain=ubuntu22.04"
199200elif [[ ! -z " ${BAZEL_CACHE} " ]] ; then
200201 BUILD_PARAM=" ${BUILD_PARAM} --bazel_options=--disk_cache=${BAZEL_CACHE} "
201202fi
You can’t perform that action at this time.
0 commit comments