-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance Dockerfile and Makefile for platform-specific Tenso…
…rFlow Lite support - Removed the precompiled TensorFlow Lite C library download step from the Dockerfile, streamlining the build process. - Updated the Dockerfile to set the TFLITE_LIB_DIR based on the architecture, improving compatibility for linux/arm64 and linux/amd64. - Modified the Makefile to define TFLITE_LIB_DIR conditionally based on the architecture, ensuring correct library paths for both x86_64 and aarch64 targets. - Improved clarity and maintainability of both files by explicitly handling platform-specific configurations.
- Loading branch information
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters