SEPIA-Framework / sepia-stt-server

SEPIA server to support open-source speech recognition via WebSocket connection.
MIT License
120 stars 21 forks source link

Missing hint that arm architecture is unsupported #1

Closed Sohn123 closed 4 years ago

Sohn123 commented 4 years ago

Hey,

I tried to install the dockerimage on my raspberry 4. But it didn't work and at first I couldn't figure out why. Then I looked in the description of the image and saw that it only supports amd64 architecture right now. Maybe you can add a little disclaimer. On my amd64 machine it worked like a charm ;)

fquirin commented 4 years ago

Yes sorry, the container only exists for am64/x86 machines at the moment. Somehow I'd expect that Docker itself would warn you about this ... but maybe there are actually containers that work on both architectures at the same time.

I'll add a note to the Docker page :-)