Skip to content

Fix onnxruntime server docker file build failure#3219

Merged
snnn merged 4 commits into
masterfrom
snnn/s1
Mar 15, 2020
Merged

Fix onnxruntime server docker file build failure#3219
snnn merged 4 commits into
masterfrom
snnn/s1

Conversation

@snnn
Copy link
Copy Markdown
Contributor

@snnn snnn commented Mar 15, 2020

Description:

  1. Fix onnxruntime server docker file build failure. Tested with the notebook in ONNX tutorial, it works well.
  2. Delete the docker files for the other EPs, because currently they don't work and I don't have enough time to update them.

If people want to use the server with the other EPs, plese copy tools/ci_build/github/linux/docker/scripts/install_server_deps.sh to the "dockerfiles/scripts" folder, then modify line 22 and 23 as needed. From example, download the prebuilt binary from your local host, or build onnxruntime from source with the build.py script.

To test this change, get a Linux machine and run:

docker build --pull --no-cache -f Dockerfile.server --build-arg ONNXRUNTIME_SERVER_BRANCH=snnn/s1 .

Motivation and Context

  • Why is this change required? What problem does it solve?
    To generate the docker image for 1.2 release.

  • If it fixes an open issue, please link to the issue here.

Changming Sun added 4 commits March 14, 2020 21:14
@snnn snnn requested a review from a team as a code owner March 15, 2020 05:48
@snnn snnn merged commit 0fceb33 into master Mar 15, 2020
@snnn snnn deleted the snnn/s1 branch March 15, 2020 21:46
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