From 5bae255cf9a8517a7f3d81e993f8b7abe0069503 Mon Sep 17 00:00:00 2001 From: Dmitry Chernysh <17131931+dimche@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:51:33 +1100 Subject: [PATCH] Update README.md Replace Makefile with Dockerfile.py3, which is the correct file to remove the line from. Also match the cmake version in the optional update lines to avoid error. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5adb6fc..e6fa1ee 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ with: ``` RUN curl -OL https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.sh RUN mkdir /opt/cmake -RUN sh cmake-3.29.6-linux-x86_64.sh --prefix=/opt/cmake --skip-license +RUN sh cmake-3.30.4-linux-x86_64.sh --prefix=/opt/cmake --skip-license ``` - Edit Makefile to your system `tensorflow/lite/tools/pip_package/Makefile`: @@ -88,7 +88,7 @@ docker-build: docker-image /bin/bash -C /tensorflow/tensorflow/lite/tools/pip_package/build_pip_package_with_cmake.sh $(TENSORFLOW_TARGET) ``` -- In the file `tensorflow/lite/tools/pip_package/Makefile` remove: +- In the file `tensorflow/lite/tools/pip_package/Dockerfile.py3` remove: ``` python$PYTHON_VERSION \ python$PYTHON_VERSION-dev \