Skip to content

Commit 78a8277

Browse files
committed
http cache
1 parent 082f22b commit 78a8277

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
@@ -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 ${BAZEL_CACHE} \
51+
--bazel-cache http://10.66.187.93:8080/cuda-12.6.2 \
5252
--build-path-jaxlib ${BUILD_PATH_JAXLIB} \
5353
--src-path-jax ${SRC_PATH_JAX} \
5454
--src-path-xla ${SRC_PATH_XLA} \

0 commit comments

Comments
 (0)