Skip to content

Add graphviz into Dockerfile images for Python API documentation - #7819

Merged
thiagocrepaldi merged 13 commits into
masterfrom
thiagofc/add-graphviz-dockerfile
Jun 2, 2021
Merged

Add graphviz into Dockerfile images for Python API documentation#7819
thiagocrepaldi merged 13 commits into
masterfrom
thiagofc/add-graphviz-dockerfile

Conversation

@thiagocrepaldi

@thiagocrepaldi thiagocrepaldi commented May 25, 2021

Copy link
Copy Markdown
Contributor

tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml requires graphviz, which is installed during Docker image creation

IMPORTANT numpy version was upgraded from 1.16 to 1.19 in this PR.

NOT IMPORTANT FOR RELEASE 1.8

@thiagocrepaldi
thiagocrepaldi requested a review from a team as a code owner May 25, 2021 00:05
@thiagocrepaldi
thiagocrepaldi force-pushed the thiagofc/add-graphviz-dockerfile branch 3 times, most recently from 304b2e3 to 1398e3c Compare May 26, 2021 21:07
snnn
snnn previously approved these changes May 26, 2021
Comment thread tools/ci_build/github/linux/docker/scripts/install_os_deps.sh Outdated
@thiagocrepaldi
thiagocrepaldi force-pushed the thiagofc/add-graphviz-dockerfile branch from ee70212 to ca15e8d Compare May 27, 2021 20:23
@thiagocrepaldi
thiagocrepaldi force-pushed the thiagofc/add-graphviz-dockerfile branch 4 times, most recently from da2567b to 93dbb8d Compare June 1, 2021 20:33
Comment thread tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml Outdated
Comment thread tools/ci_build/github/linux/docker/scripts/training/requirements.txt Outdated
@thiagocrepaldi
thiagocrepaldi force-pushed the thiagofc/add-graphviz-dockerfile branch from 93dbb8d to 6ec4580 Compare June 1, 2021 23:43
@thiagocrepaldi
thiagocrepaldi requested a review from snnn June 2, 2021 16:26
@thiagocrepaldi thiagocrepaldi changed the title Add graphviz to Dockerfile.manylinux2014_cpu Add graphviz into Dockerfile images for Python API documentation Jun 2, 2021
baijumeswani
baijumeswani previously approved these changes Jun 2, 2021
@thiagocrepaldi
thiagocrepaldi merged commit c45ac16 into master Jun 2, 2021
@thiagocrepaldi
thiagocrepaldi deleted the thiagofc/add-graphviz-dockerfile branch June 2, 2021 23:12
-e BUILD_BUILDNUMBER \
onnxruntimecpubuild \
bash /onnxruntime_src/tools/doc/builddoc.sh $(PythonManylinuxDir)/bin/ /onnxruntime_src /build Release
bash -c " $(PythonManylinuxDir)/bin/python3 -m pip install /build/Release/dist/onnxruntime*.whl && /onnxruntime_src/tools/doc/builddoc.sh $(PythonManylinuxDir)/bin/ /onnxruntime_src /build Release " ;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If it is a nightly build, then the package name is ort_nightly or ort_gpu_nightly. onnxruntime*.whl doesn't match any.

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.

3 participants