Skip to content

Commit 2ac62c8

Browse files
committed
salt hashes?
1 parent 78a8277 commit 2ac62c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/container/Dockerfile.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
4848
# TODO: move this patch into the manifest
4949
ADD xla-arm64-neon.patch /opt
5050
RUN 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} \

.github/container/build-jax.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ fi
196196
if [[ "${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"
199200
elif [[ ! -z "${BAZEL_CACHE}" ]] ; then
200201
BUILD_PARAM="${BUILD_PARAM} --bazel_options=--disk_cache=${BAZEL_CACHE}"
201202
fi

0 commit comments

Comments
 (0)