Skip to content

Commit 60e1151

Browse files
merge RUN command
1 parent eefe2d3 commit 60e1151

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/iwasm/libraries/wasi-nn/test/Dockerfile.vx-delegate

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VER}/cmake-
3737
WORKDIR /tmp
3838
RUN git clone https://github.com/VeriSilicon/TIM-VX.git tim-vx \
3939
&& git clone https://github.com/VeriSilicon/tflite-vx-delegate.git \
40-
&& git clone https://github.com/tensorflow/tensorflow.git --branch v2.12.0
40+
&& git clone https://github.com/tensorflow/tensorflow.git --branch v2.12.0 \
41+
&& cd /tmp/tensorflow && git cherry-pick -n 5115fa96d7c5b41451674892317be43e30b7c389
4142

4243

4344
# Build TIM-VX
@@ -54,8 +55,6 @@ WORKDIR /tmp/tim-vx
5455
# Build TensorFlow Lite
5556
WORKDIR /tmp/tensorflow/build
5657

57-
RUN git cherry-pick -n 5115fa96d7c5b41451674892317be43e30b7c389
58-
5958
RUN cmake \
6059
-DBUILD_SHARED_LIBS=ON=on \
6160
-DTFLITE_ENABLE_RUY=on \

0 commit comments

Comments
 (0)