We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af3ef1 commit b00a556Copy full SHA for b00a556
docker/dockerfiles/Dockerfile.onnx.jetson.6.2.0
@@ -144,7 +144,6 @@ RUN uv pip install --system --break-system-packages --index-strategy unsafe-best
144
WORKDIR /build/onnxruntime
145
RUN git clone --recursive --branch v${ONNXRUNTIME_VERSION} https://github.com/microsoft/onnxruntime.git && \
146
cd onnxruntime && \
147
- sed -i 's/be8be39fdbc6e60e94fa7870b280707069b5b81a/32b145f525a8308d7ab1c09388b2e288312d8eba/g' cmake/deps.txt && \
148
./build.sh \
149
--config Release \
150
--build_dir build/cuda12 \
0 commit comments