Skip to content

Commit

Permalink
Do not build tflite via docker. Currently broken.
Browse files Browse the repository at this point in the history
It can be built separately, from TF proper.
  • Loading branch information
feranick committed Jun 21, 2024
1 parent 852b546 commit db39c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function docker_image {
for python_version in ${PYTHON_VERSIONS}; do
make DOCKER_CPUS="${DOCKER_CPUS}" \
DOCKER_IMAGE=$(docker_image "${python_version}") \
DOCKER_TARGETS="pybind tflite wheel tflite-wheel" \
DOCKER_TARGETS="pybind wheel" \
-f "${MAKEFILE}" \
docker-build
done

0 comments on commit db39c4d

Please sign in to comment.