File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ WORKDIR /tflite
5
5
RUN yum groupinstall -y development
6
6
RUN yum install -y python3.7
7
7
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
10
12
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
12
14
13
15
CMD tail -f /dev/null
You can’t perform that action at this time.
0 commit comments