Install with docker or direct files?

I have Rhasspy with Docker, it is simple to install (I learned Docker just to use Rhasspy, so I am new, just in case).

My question is: can I install and use Rhasspy on my Raspberry with the Github code, for example on the Desktop?

I don’t know if it’s possible, but I’m saying this because I think it would be easier to modify something, since Docker does not allow modifications to an image.

Greetings.

Actually, you can:

But to answer you question: yes
Check out the installation methods:

read the venv part, that should help you

What changes do you need in the container? You can also mount stuff into the container if you want to change files there.

If it’s more about developing, the venv may be the better option.