Skip to content

Conversation

@snnn
Copy link
Contributor

@snnn snnn commented Feb 11, 2025

Description

  1. Add prerequisites to AMD GPU EPs docker files so that I can use vcpkg in MIGRAPHX EP and ROCM EP's pipelines.
  2. Add "adduser" to the two pipeline's docker files, to be consistent with the other Linux docker builds.
  3. Fix an issue that in OpenVino's docker image the running user doesn't have write access to its own $HOME folder, this was because we created the HOME folder first with root before creating the user. This PR fixes the issue.
  4. As I am updating the docker images, update their cmake to the latest as well.

Motivation and Context

So that I can change the two pipelines to use vcpkg.

@snnn snnn changed the title Add prerequisites to AMD GPU EPs docker files Add VCPKG's prerequisites to AMD GPU EPs docker files Feb 11, 2025
@snnn
Copy link
Contributor Author

snnn commented Feb 11, 2025

There is a test failure in Linux ROCm CI Pipeline, but it is just a flaky test.

@snnn snnn merged commit 8c3e34d into microsoft:main Feb 11, 2025
91 of 94 checks passed
@snnn snnn deleted the snnn/update_docker_files branch February 11, 2025 21:27
guschmue pushed a commit that referenced this pull request Mar 6, 2025
### Description
1. Add prerequisites to AMD GPU EPs docker files so that I can use vcpkg
in MIGRAPHX EP and ROCM EP's pipelines.
2. Add "adduser" to the two pipeline's docker files, to be consistent
with the other Linux docker builds.
3. Fix an issue that in OpenVino's docker image the running user doesn't
have write access to its own $HOME folder, this was because we created
the HOME folder first with root before creating the user. This PR fixes
the issue.
4. As I am updating the docker images, update their cmake to the latest
as well.


### Motivation and Context
So that I can change the two pipelines to use vcpkg.
ashrit-ms pushed a commit that referenced this pull request Mar 17, 2025
### Description
1. Add prerequisites to AMD GPU EPs docker files so that I can use vcpkg
in MIGRAPHX EP and ROCM EP's pipelines.
2. Add "adduser" to the two pipeline's docker files, to be consistent
with the other Linux docker builds.
3. Fix an issue that in OpenVino's docker image the running user doesn't
have write access to its own $HOME folder, this was because we created
the HOME folder first with root before creating the user. This PR fixes
the issue.
4. As I am updating the docker images, update their cmake to the latest
as well.


### Motivation and Context
So that I can change the two pipelines to use vcpkg.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants