Replies: 2 comments 15 replies
-
You can run Clipface on a Raspberry Pi, but you can't use the official Docker image, since it's built for amd64. You will have to build one yourself. Fortunately this is simple. You need to have Node installed, as well as the Yarn package manager ( Clone the Clipface repo, Let me know if you have any issues. |
Beta Was this translation helpful? Give feedback.
-
I have python installed and can run it so I'm not sure what's causing the python error |
Beta Was this translation helpful? Give feedback.
-
I'm new to self hosting and linux so I'm not even sure if this is possible. I have docker set up but I can't get clipface to work.
When I try to run a container I get
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested.
I looked up the error and tried adding --platform linux/amd64/v8 after docker run but now the container instantly quits without an error when I try running one.
Someone on r/selfhosted tried to help but we could only get so far. You can view the errors I got in this thread
Beta Was this translation helpful? Give feedback.
All reactions