@@ -247,14 +247,16 @@ the Windows build. The Windows min container is
247
247
[ Dockerfile.win10.min] ( ../Dockerfile.win10.min ) .
248
248
249
249
Before building the min container you must download the appropriate
250
- cuDNN and TensorRT versions and place them in the local directory.
250
+ cuDNN and TensorRT versions and place them in the same directory as
251
+ Dockerfile.win10.min.
251
252
252
- * For cuDNN the CUDNN_VERSION and CUDNN_ZIP arguments indicate the
253
- version of cuDNN that your should download from
254
- https://developer.nvidia.com/rdp/cudnn-download .
253
+ * For cuDNN the CUDNN_VERSION and CUDNN_ZIP arguments defined in
254
+ Dockerfile.win10.min indicate the version of cuDNN that your should
255
+ download from https://developer.nvidia.com/rdp/cudnn-download .
255
256
256
- * For TensorRT the TENSORRT_VERSION and TENSORRT_ZIP arguments
257
- indicate the version of TensorRT that your should download from
257
+ * For TensorRT the TENSORRT_VERSION and TENSORRT_ZIP arguments defined
258
+ in Dockerfile.win10.min indicate the version of TensorRT that your
259
+ should download from
258
260
https://developer.nvidia.com/nvidia-tensorrt-download .
259
261
260
262
After downloading the zip files for cuDNN and TensorRT, you build the
@@ -274,7 +276,7 @@ and so you must enable them explicitly. The following build.py
274
276
invocation builds all features and backends available on windows.
275
277
276
278
``` bash
277
- python build.py --cmake-dir=< path/to/repo> /build --build-dir=/tmp/citritonbuild --no-container-pull --image=base,win10-py3-min --enable-logging --enable-stats --enable-tracing --enable-gpu --endpoint=grpc --endpoint=http --repo-tag=common:< container tag> --repo-tag=core:< container tag> --repo-tag=backend:< container tag> --repo-tag=thirdparty:< container tag> --backend=ensemble --backend=tensorrt:< container tag> --backend=onnxruntime:< container tag>
279
+ python build.py --cmake-dir=< path/to/repo> /build --build-dir=/tmp/citritonbuild --no-container-pull --image=base,win10-py3-min --enable-logging --enable-stats --enable-tracing --enable-gpu --endpoint=grpc --endpoint=http --repo-tag=common:< container tag> --repo-tag=core:< container tag> --repo-tag=backend:< container tag> --repo-tag=thirdparty:< container tag> --backend=ensemble --backend=tensorrt:< container tag> --backend=onnxruntime:< container tag> --backend=openvino: < container tag >
278
280
```
279
281
280
282
If you are building on * main* branch then '<container tag >' will
0 commit comments