Code Monkey home page Code Monkey logo

Comments (4)

kevineye avatar kevineye commented on July 18, 2024

Not sure, but that seems like the kind of error message you might get if running on a binary-incompatible architecture? This is a 64-bit Intel/AMD format docker image (I think -- I haven't worked on this image in a while). Any chance you're trying to run it on an ARM platform like a raspberry pi, or something like that? If that's the case you'll need to look for an image for that architecture, or build your own image by adapting this dockerfile with a different base image and possibly slightly different package download/installs.

from docker-librespot.

amitkeret avatar amitkeret commented on July 18, 2024

Thank you, I am trying to use this on a Raspberry Pi Zero.
I'm not sure what you mean by a different base image though; I'm pretty sure I've previously used Alpine as the base for other images installed on a Raspberry Pi. I will have another look at that.
Thank you for the reply.

from docker-librespot.

kevineye avatar kevineye commented on July 18, 2024

When I made this image a few years ago, I don't think docker helped manage different architectures much -- you needed specific images for intel vs. arm and others. Now, I think you can build images for multiple architectures and docker manages them under the same name/tag if they exist.

So the modern images you've probably been using with Raspberry Pi like alpine are probably setup to work automatically for you, but this image is old and is not setup like that. I don't really plan on maintaining it any further at this point.

from docker-librespot.

grewhit25 avatar grewhit25 commented on July 18, 2024

@amitkeret you could try this image grewhit25/librespot which has an arm64 and armv7 in its manifest. Just docker pull grewhit25/librespot is sufficient to i’d your platform.
I don’t use librespot anymore so at your own risk.

from docker-librespot.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.