Skip to content

Commit 0af3ef1

Browse files
committed
Downgrade CMake to 3.28.6 for onnxruntime nsync compatibility
1 parent 10d74ba commit 0af3ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM nvcr.io/nvidia/l4t-jetpack:r36.4.0 AS builder
44

55
ARG DEBIAN_FRONTEND=noninteractive
6-
ARG CMAKE_VERSION=3.31.10
6+
ARG CMAKE_VERSION=3.28.6
77
ARG PYTORCH_VERSION=2.8.0
88
ARG TORCHVISION_VERSION=0.23.0
99
ARG OPENCV_VERSION=4.10.0

0 commit comments

Comments
 (0)