Skip to content

Commit d81e141

Browse files
committed
Skip backend-test-tools command
1 parent 988ab3d commit d81e141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN sed -i "s/libicu55/libicu60/" ${SCRIPT_DIR}/install_ubuntu.sh && \
120120
sed -i "s/libprotobuf9v5/libprotobuf10/" ${SCRIPT_DIR}/install_ubuntu.sh && \
121121
sed -i "s/libcurl3/libcurl4/" ${SCRIPT_DIR}/install_ubuntu.sh && \
122122
sed -i "s/3\.5/3.6/" ${SCRIPT_DIR}/install_ubuntu.sh
123+
RUN sed -i "s/backend-test-tools.*//" ${SCRIPT_DIR}/install_onnx.sh
123124
RUN cp -r ${SCRIPT_DIR} /tmp/scripts && \
124125
${SCRIPT_DIR}/install_ubuntu.sh && ${SCRIPT_DIR}/install_deps.sh
125126

0 commit comments

Comments
 (0)