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

Refactor build_wheel to support oneflowinc images #5427

Merged

Conversation

jackalcooper
Copy link
Collaborator

提示用户去 dockerhub 下载 manylinux 的 docker 镜像
https://hub.docker.com/u/oneflowinc

@@ -303,7 +305,7 @@ def is_img_existing(tag):
"--wheel_house_dir", type=str, required=False, default=default_wheel_house_dir,
)
parser.add_argument(
"--python_version", type=str, required=False, default="3.6, 3.7, 3.8",
"--python_version", type=str, required=False, default="3.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

感觉这个参数默认值有些尴尬,是不是让用户手动指定会合适些

…refactor_build_wheel_to_support_oneflowinc_images
@jackalcooper jackalcooper requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 8, 2021 08:51
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 8, 2021 09:43
@oneflow-ci-bot oneflow-ci-bot merged commit a30a6ce into master Jul 8, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the refactor_build_wheel_to_support_oneflowinc_images branch July 8, 2021 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants