Skip to content

Commit

Permalink
onnxruntime renamed master to main (#1336)
Browse files Browse the repository at this point in the history
Change Dockerfile to use main instead of master for ORT operations
  • Loading branch information
causten authored Aug 11, 2022
1 parent 5bf4dee commit 7ecb2de
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 @@ -77,7 +77,7 @@ RUN cget -p $PREFIX install [email protected]
RUN cget -p /opt/cmake install kitware/[email protected]

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

0 comments on commit 7ecb2de

Please sign in to comment.