From 18f5afa808dd145dd2090a7a2672df15b1c7df2c Mon Sep 17 00:00:00 2001 From: STEFANO BOSISIO Date: Wed, 22 Jan 2025 11:03:37 +0000 Subject: [PATCH] Add configuration for bazel to avoid errors for devs --- .github/container/Dockerfile.jax | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/container/Dockerfile.jax b/.github/container/Dockerfile.jax index c04244cce..7385c6236 100644 --- a/.github/container/Dockerfile.jax +++ b/.github/container/Dockerfile.jax @@ -127,3 +127,6 @@ EOF FROM mealkit AS final RUN pip-finalize.sh + +# Bazelrc file configuration +RUN python ${SRC_PATH_XLA}/configure.py --backend cuda --cuda_compiler clang \ No newline at end of file