add oneflow dependency in docker file#9881
Merged
Merged
Conversation
Member
|
Note that updating the docker file alone won't change the CI environment. See for example #9713. I can help upgrade the CI image after this gets in. Also please remove the cpu docker change unless you have a good reason to use oneflow in the cpu image. Even PyTorch and ONNX are installed only on the gpu image. |
Member
Contributor
Author
masahi
approved these changes
Jan 11, 2022
Raghav-Chakravarthy
pushed a commit
to Raghav-Chakravarthy/tvm
that referenced
this pull request
Jan 28, 2022
* add oneflow ci depend * fix comment
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Feb 16, 2022
* add oneflow ci depend * fix comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add pip dependency of OneFlow in
docker/docker.ci_cpuanddocker/docker.ci_gpuThis pull request will modify TVM ci environment to support UT of OneFlow frontend, the related pull request is here #8790
@jcf94