-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
4GB of dependency packages for xpra-codecs-nvidia #3968
Comments
In v4.4.x, the dependencies were "recommended" since there was no separate package for the nvidia codecs:
In v5.x, it made sense to change this to a hard dependency for FWIW: with RPM builds, we provide a |
Wouldn't https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html#depends tells
In my case, the server would not benefit from the nvidia package and the client benefits from it. By default, the package would be installed on both with the current dependency in the recommends section. |
Done. |
I see the dependency list for v5.0 is still the same. Do changes apply starting from the next release? |
@Rush-iam this will be included in v5.0.1, I don't normally make stable builds without also making a new release. |
I tried v5.0.1:
Now, only 27mbytes to make everything I need work! |
I am trying to make installation as slim as possible for the Docker image and install only the APT packages I need, with the
--no-install-recommends
flag.I found that installing
xpra-codecs-nvidia
requires an enormous 4GB of packages.I remember that in Xpra 4.4.3, there were fewer packages - e.g. we didn't need
libnvidia-compute-*
packages to make things work.I also want to use
python3-pycuda
from my Python environment and not an APT package, as it has a lot of dependencies. But it is not possible - I didn't find a way to skip redundant APT packages from installing.Could you revisit and check the actual dependencies? Thank you!
The text was updated successfully, but these errors were encountered: