linuxserver/docker-nextcloud

[FEAT] Add python

ConfusedAlex opened this issue · 5 comments

Is this a new feature request?

  • I have searched the existing issues

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

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

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

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

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

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