Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
54940247
Unverified
Commit
54940247
authored
Sep 22, 2020
by
Shucai Xiao
Committed by
GitHub
Sep 22, 2020
Browse files
Update ort commit to latest ort changes (#643)
Co-authored-by:
Paul Fultz II
<
pfultz2@yahoo.com
>
parent
3bbaf664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
54940247
...
@@ -102,7 +102,7 @@ RUN cget -p /opt/cmake install kitware/cmake@v3.13.0
...
@@ -102,7 +102,7 @@ RUN cget -p /opt/cmake install kitware/cmake@v3.13.0
ARG
ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime
ARG
ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime
ARG
ONNXRUNTIME_BRANCH=master
ARG
ONNXRUNTIME_BRANCH=master
ARG
ONNXRUNTIME_COMMIT=
bfc888613f4e831d29c8b0bc17182ae061712553
ARG
ONNXRUNTIME_COMMIT=
417929b049829c44bcd59c0d0eae7ae6c71ab111
RUN
git clone
--single-branch
--branch
${
ONNXRUNTIME_BRANCH
}
--recursive
${
ONNXRUNTIME_REPO
}
onnxruntime
&&
\
RUN
git clone
--single-branch
--branch
${
ONNXRUNTIME_BRANCH
}
--recursive
${
ONNXRUNTIME_REPO
}
onnxruntime
&&
\
cd
onnxruntime
&&
\
cd
onnxruntime
&&
\
git checkout
${
ONNXRUNTIME_COMMIT
}
&&
\
git checkout
${
ONNXRUNTIME_COMMIT
}
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment