arch linux automated package and build #1932
Bewn
started this conversation in
Show and tell
Replies: 2 comments 5 replies
-
|
note: right now it’s just for testing, it will build a portable folder in your home directory which will contain the server runner. right now its just installing all python dependencies |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
does it support AMD ROCm? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve written a pacman style PKGBUILD for this project and it’s dependencies which you can find here in the bendir/build directory.
I’m using micromamba to manage python and only requiring git and wget as hard dependencies, it’s a simple
makepkg -siinstall through pacman. Can also be converted to a bash script for use with any distro, which I’ll do in a bit, or even run in a container. The point is it will be a one-click way to get to a running gradio client of oobabooga’s main code. I’ll be building an interface on top for my own interest but will maintain compat with main branch in case of useful merge potential!edit:
also have added a generic install for any distro with a unix shell
at this repo
Beta Was this translation helpful? Give feedback.
All reactions