-
Notifications
You must be signed in to change notification settings - Fork 117
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
manylinuxを使えるようにする #691
Comments
issueの文脈が足りてなかったので追記させていただきました! ちょっと調べてみたんですが、manylinux用のdockerコンテナ上でビルドする感じでしょうか?
maturin-actionにmanylinux用の機能があるっぽいのですが、触った感じどうでしたか・・・? 👀 @tuna2134 |
無しの場合のビルドができるかどうかわからないので、とりあえず試してみます、、、 |
おお、ぜひ・・・!
あれ、自分の理解ではdockerイメージを自作しなくてもビルドできそうな気が・・・? |
まぁ、元から用意されているものを使えばいけそうな気はしますけど、やるにあたってlibonnxruntimeがなくてビルド失敗する可能性もあるんですよね |
内容
Python版のビルドの後アップロードする際、manylinuxじゃないと受け入れてくれないのがわかったので、使えるようにして欲しい。
Pros 良くなる点
PyPIにアップロードできる。
Cons 悪くなる点
不明
実現方法
skip-auditwheel
を無効にすればいけそう。OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: