We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988ab3d commit d81e141Copy full SHA for d81e141
Dockerfile
@@ -120,6 +120,7 @@ RUN sed -i "s/libicu55/libicu60/" ${SCRIPT_DIR}/install_ubuntu.sh && \
120
sed -i "s/libprotobuf9v5/libprotobuf10/" ${SCRIPT_DIR}/install_ubuntu.sh && \
121
sed -i "s/libcurl3/libcurl4/" ${SCRIPT_DIR}/install_ubuntu.sh && \
122
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
124
RUN cp -r ${SCRIPT_DIR} /tmp/scripts && \
125
${SCRIPT_DIR}/install_ubuntu.sh && ${SCRIPT_DIR}/install_deps.sh
126
0 commit comments