Skip to content

Commit

Permalink
ci: bump tensorflow/build image to 2.18 (deepmodeling#4252)
Browse files Browse the repository at this point in the history
Fix the CI error.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated TensorFlow build version from 2.15 to 2.18 in the C library
build workflow.

This change ensures compatibility with the latest TensorFlow features
and improvements during the library's build process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Oct 25, 2024
1 parent 02580c2 commit a66afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- tensorflow_build_version: "2.15"
- tensorflow_build_version: "2.18"
tensorflow_version: ""
filename: libdeepmd_c.tar.gz
- tensorflow_build_version: "2.14"
Expand Down

0 comments on commit a66afd3

Please sign in to comment.