Skip to content

Commit b00a556

Browse files
committed
Remove nsync patch to fix CMake compatibility
1 parent 0af3ef1 commit b00a556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ RUN uv pip install --system --break-system-packages --index-strategy unsafe-best
144144
WORKDIR /build/onnxruntime
145145
RUN git clone --recursive --branch v${ONNXRUNTIME_VERSION} https://github.com/microsoft/onnxruntime.git && \
146146
cd onnxruntime && \
147-
sed -i 's/be8be39fdbc6e60e94fa7870b280707069b5b81a/32b145f525a8308d7ab1c09388b2e288312d8eba/g' cmake/deps.txt && \
148147
./build.sh \
149148
--config Release \
150149
--build_dir build/cuda12 \

0 commit comments

Comments
 (0)