onnxruntime/tools/ci_build/github/linux/docker
Yi Zhang 80f807c03d
upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279)
### Description
upgrade protobuf to 3.20.2, same as onnx 1.13.0

### Motivation and Context
Per component governance requirement and Fixes #14060

unused-parameter error occurs in 2 conditions.
1. compile protolbuf

`onnxruntime_src/cmake/external/protobuf/src/google/protobuf/repeated_ptr_field.h:752:66:
error: unused parameter ‘prototype’ [-Werror=unused-parameter]`
2. include onnx_pb.h
```
2023-01-28T10:20:15.0410853Z FAILED: CMakeFiles/onnxruntime_pybind11_state.dir/onnxruntime_src/onnxruntime/python/onnxruntime_pybind_iobinding.cc.o 
......
2023-01-28T10:20:15.0466024Z                  from /build/Debug/_deps/onnx-src/onnx/onnx_pb.h:51,
2023-01-28T10:20:15.0466958Z                  from /onnxruntime_src/include/onnxruntime/core/framework/to_tensor_proto_element_type.h:10,
....
2023-01-28T10:20:15.0609678Z /build/Debug/_deps/onnx-build/onnx/onnx-operators-ml.pb.h:1178:25:   required from here
2023-01-28T10:20:15.0610895Z /onnxruntime_src/cmake/external/protobuf/src/google/protobuf/repeated_ptr_field.h:752:66: error: unused parameter ‘prototype’ [-Werror=unused-parameter]
2023-01-28T10:20:15.0611707Z cc1plus: all warnings being treated as errors

```

https://dev.azure.com/onnxruntime/2a773b67-e88b-4c7f-9fc0-87d31fea8ef2/_apis/build/builds/874605/logs/22
2023-01-31 12:55:09 -08:00
..
inference upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
scripts upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
Dockerfile.arm_yocto Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
Dockerfile.manylinux2014_aten_cpu ATen Fallback for Inference (#11597) 2022-06-09 16:07:30 +08:00
Dockerfile.manylinux2014_cpu Update CUDA version to 11.6 and refactor python packaging pipeline (#13002) 2022-09-23 00:29:27 -07:00
Dockerfile.manylinux2014_cuda11 Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
Dockerfile.manylinux2014_cuda11_4_tensorrt8_0 Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
Dockerfile.manylinux2014_cuda11_4_tensorrt8_2 Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
Dockerfile.manylinux2014_cuda11_6_tensorrt8_4 Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
Dockerfile.manylinux2014_cuda11_6_tensorrt8_5 [TensorRT EP] support TensorRT 8.5 (#13867) 2022-12-14 13:06:03 -08:00
Dockerfile.manylinux2014_eager_cpu Fix eager mode pipeline (#10802) 2022-03-08 09:26:20 -08:00
Dockerfile.manylinux2014_lort_cpu Make ORT callable from various Pytorch compilers (LazyTensor, TorchDynamo, etc) (#10460) 2022-08-22 09:40:40 -07:00
Dockerfile.manylinux2014_rocm [ROCm] Simplify ROCm manylinux dockerfile (#13873) 2022-12-08 09:18:27 +08:00
Dockerfile.manylinux2014_training_cuda11_6 Update torch to 1.13.1 in CI and packaging pipelines for ort training (#14055) 2023-01-03 20:03:33 -08:00
Dockerfile.manylinux_2_27_cpu Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
Dockerfile.ubuntu_cuda11_4_tensorrt8_0 Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
Dockerfile.ubuntu_cuda11_4_tensorrt8_2 Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
Dockerfile.ubuntu_cuda11_6_tensorrt8_4 Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
Dockerfile.ubuntu_cuda11_8_tensorrt8_5 [EP Perf Dashboard] Add TensorRT 8.5.1.1 dockerfile (#13843) 2022-12-09 14:33:52 -08:00
Dockerfile.ubuntu_for_arm Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
Dockerfile.ubuntu_gpu_training upgrade cuda version on ci pipelines (training CI pipelines) (#12708) 2022-08-26 16:51:19 -07:00
Dockerfile.ubuntu_openvino Openvino ep 2022.3 v4.3 (#14210) 2023-01-11 16:31:26 -08:00
Dockerfile.ubuntu_tensorrt Update package pipelines to support TRT 8.5 (#13998) 2022-12-16 15:01:50 -08:00
Dockerfile.ubuntu_tensorrt_bin Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
Dockerfile_manylinux2014_openvino_multipython Openvino ep 2022.3 v4.3 (#14210) 2023-01-11 16:31:26 -08:00
manylinux-entrypoint Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
manylinux.patch Remove the dependency on CentOS EPEL (#13567) 2022-11-06 21:28:16 -08:00
migraphx-ci-pipeline-env.Dockerfile [MIGraphX] update the MIGraphX version used in ORT to rocm-5.4.0 (#14184) 2023-01-10 13:40:25 +08:00