Skip to content

Commit

Permalink
Update to new version of CMake 3.29.6
Browse files Browse the repository at this point in the history
  • Loading branch information
feranick committed Jun 20, 2024
1 parent ce9ce84 commit 72b3d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ RUN sh cmake-3.16.8-Linux-x86_64.sh --prefix=/opt/cmake --skip-license
```
with:
```
RUN curl -OL https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-linux-x86_64.sh
RUN curl -OL https://github.com/Kitware/CMake/releases/download/v3.29.6/cmake-3.29.6-linux-x86_64.sh
RUN mkdir /opt/cmake
RUN sh cmake-3.27.7-linux-x86_64.sh --prefix=/opt/cmake --skip-license
RUN sh cmake-3.29.6-linux-x86_64.sh --prefix=/opt/cmake --skip-license
```

- Edit Makefile to your system `tensorflow/lite/tools/pip_package/Makefile`:
Expand Down

0 comments on commit 72b3d6a

Please sign in to comment.