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
314a9d2f
Unverified
Commit
314a9d2f
authored
Jul 22, 2023
by
Ted Themistokleous
Committed by
GitHub
Jul 22, 2023
Browse files
Update cmake to use latest and not pinned to 3.24.3 (#1971)
onnxruntime is rolling a version with current versions 3.26
parent
9461b915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
314a9d2f
...
@@ -96,7 +96,8 @@ RUN /download_models.sh && rm /download_models.sh
...
@@ -96,7 +96,8 @@ RUN /download_models.sh && rm /download_models.sh
# Install latest ccache version
# Install latest ccache version
RUN
cget
-p
$PREFIX
install
facebook/zstd@v1.4.5
-X
subdir
-DCMAKE_DIR
=
build/cmake
RUN
cget
-p
$PREFIX
install
facebook/zstd@v1.4.5
-X
subdir
-DCMAKE_DIR
=
build/cmake
RUN
cget
-p
$PREFIX
install
ccache@v4.1
-DENABLE_TESTING
=
OFF
RUN
cget
-p
$PREFIX
install
ccache@v4.1
-DENABLE_TESTING
=
OFF
RUN
cget
-p
/opt/cmake
install
kitware/cmake@v3.24.3
RUN
cget
-p
/opt/cmake
install
kitware/cmake@v3.26.4
COPY
./test/onnx/.onnxrt-commit /
COPY
./test/onnx/.onnxrt-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