linuxserver / docker-nextcloud

GNU General Public License v3.0
677 stars 128 forks source link

[FEAT] Add python #432

Closed ConfusedAlex closed 2 months ago

ConfusedAlex commented 2 months ago

Is this a new feature request?

Wanted change

I would love to see python added to the docker image

Reason for change

Nextcloud really adveritse with their local AI featues, but to use them Nextcloud needs python, which can't be found in the Docker Image.

Proposed code change

No response

github-actions[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 2 months ago

https://github.com/linuxserver/docker-mods/tree/universal-package-install

ConfusedAlex commented 2 months ago

As is turn out, to use the large language models in Nextcloud you need to use x84, which is not supported with LSIO

Roxedus commented 2 months ago

You probably meant to write x86, which we do support.

However, this image is using musl and glibc, which probably is the real reason.

ConfusedAlex commented 2 months ago

Oopsie yeah, as the app readme states, musl isn't supported