-
Notifications
You must be signed in to change notification settings - Fork 90
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
new package: spleeter-proot #1037
base: master
Are you sure you want to change the base?
Conversation
@licy183 this PR build by action can never be run by native devices, prompting error something like conda python module not found. I suspect that is related to Linux user id stuff. I really appreciate that you added |
I'll try to compile bazel5 and add it.
|
Thanks, I tried to build tensorflow v2.16.1 using bazel6 cuz the version matches. The tensorflow build script fetches the Bazel
It seems to me that to solve the problem, we will need to host our own Also, FYR, these are commands I ran:
|
spleeter
won't be available any time soon due to the lack oftensorflow
(depending onbazel
to build), so I want to package thisspleeter-proot
relying onproot-distro
, perhaps resembling containerized apps in Linux distro.May I know the answers of few questions:
app_spleeter
prootf-distro rootfs exists during installation and if so then stop installation?proot-distro remove app_spleeter
to clean the rootfs thoroughly?