Skip to content

Commit

Permalink
Update ort commit to latest ort changes (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Fultz II <[email protected]>
  • Loading branch information
scxiao and pfultz2 authored Sep 22, 2020
1 parent 3bbaf66 commit 5494024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN cget -p /opt/cmake install kitware/[email protected]

ARG ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime
ARG ONNXRUNTIME_BRANCH=master
ARG ONNXRUNTIME_COMMIT=bfc888613f4e831d29c8b0bc17182ae061712553
ARG ONNXRUNTIME_COMMIT=417929b049829c44bcd59c0d0eae7ae6c71ab111
RUN git clone --single-branch --branch ${ONNXRUNTIME_BRANCH} --recursive ${ONNXRUNTIME_REPO} onnxruntime && \
cd onnxruntime && \
git checkout ${ONNXRUNTIME_COMMIT} && \
Expand Down

0 comments on commit 5494024

Please sign in to comment.