We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f22b commit 78a8277Copy full SHA for 78a8277
.github/container/Dockerfile.jax
@@ -48,7 +48,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
48
# TODO: move this patch into the manifest
49
ADD xla-arm64-neon.patch /opt
50
RUN build-jax.sh \
51
- --bazel-cache ${BAZEL_CACHE} \
+ --bazel-cache http://10.66.187.93:8080/cuda-12.6.2 \
52
--build-path-jaxlib ${BUILD_PATH_JAXLIB} \
53
--src-path-jax ${SRC_PATH_JAX} \
54
--src-path-xla ${SRC_PATH_XLA} \
0 commit comments