Skip to content

Commit

Permalink
Add configuration for bazel to avoid errors for devs
Browse files Browse the repository at this point in the history
  • Loading branch information
STEFANO BOSISIO committed Jan 22, 2025
1 parent 22c2577 commit 18f5afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/container/Dockerfile.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18f5afa

Please sign in to comment.