Skip to content

Commit 6fdd285

Browse files
authored
Update to 2.3.0
1 parent 00d948a commit 6fdd285

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: Dockerfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ WORKDIR /tflite
55
RUN yum groupinstall -y development
66
RUN yum install -y python3.7
77
RUN yum install -y python3-devel
8-
RUN pip3 install numpy wheel
9-
RUN git clone --branch v2.2.0-rc0 https://github.com/tensorflow/tensorflow.git
8+
RUN pip3 install numpy wheel pybind11
9+
10+
RUN git clone --branch v2.3.0 https://github.com/tensorflow/tensorflow.git
11+
RUN sh ./tensorflow/tensorflow/lite/tools/make/download_dependencies.sh
1012
RUN sh ./tensorflow/tensorflow/lite/tools/pip_package/build_pip_package.sh
11-
RUN pip3 install tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/dist/tflite_runtime-2.2.0rc0-cp37-cp37m-linux_x86_64.whl
13+
RUN pip3 install tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/dist/tflite_runtime-2.3.0-cp37-cp37m-linux_x86_64.whl
1214

1315
CMD tail -f /dev/null

0 commit comments

Comments
 (0)