Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy shared library in Dockerfile.server #1347

Merged

Conversation

non-static
Copy link
Contributor

Description: Copy ORT shared library to /lib in the ORT Server Dockerfile.

Motivation and Context
After PR 1271, the ONNX Runtime Server needs the ONNX Runtime shared library. So we need to add it into the Dockerfile as well.

@non-static non-static requested a review from a team as a code owner July 5, 2019 00:37
Copy link
Member

@snnn snnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may need to run ldconfig after that

@non-static
Copy link
Contributor Author

You may need to run ldconfig after that

In this change, I put the .so file into the /lib/ directory, so I don't think ldconfig is needed.

@non-static non-static closed this Jul 5, 2019
@non-static non-static reopened this Jul 5, 2019
@snnn
Copy link
Member

snnn commented Jul 5, 2019

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 22 pipeline(s).

@jywu-msft jywu-msft merged commit 9f9ff19 into microsoft:master Jul 8, 2019
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.

4 participants