Coder Social home page Coder Social logo

Comments (4)

spcqike avatar spcqike commented on June 19, 2024

i see the same errors with docker on ubuntu 20.04.5 LTS with Docker v 23.0.1

from turbopilot.

shy1992 avatar shy1992 commented on June 19, 2024

The Dockerfile is missing a c++ library. You can easily resolve this error by either:

  1. Run the docker container interactively (ash) and execute the commands apk add libstdc++ followed by sh run.sh
  2. Modify the dockerfile and build it locally and adding a RUN apk add libstdc++ inside the file.
    After that the server should work properly. I hope it helps :)

Just if you are curious. The true error is in the beginning of the error message. So if you ever have a similiar problem this is a good way to start. But your issue will probably help other people so it is good that it came up by you.

from turbopilot.

ravenscroftj avatar ravenscroftj commented on June 19, 2024

hey all, there was an issue with the build flags in the docker container not being set correctly. It should produce a static build which contains all of the dependency code rather than needing runtime libraries to be installed downstream.

I have fixed the build issue but I have also changed behaviour in the repo so that new incremental builds are not tagged latest which means that the latest image will always point to the most recent full release.

Hopefully a docker pull ghcr.io/ravenscroftj/turbopilot:latest will fix the issue next time you try to run.

from turbopilot.

shy1992 avatar shy1992 commented on June 19, 2024

Thank you James. It works now out of the box. Hopefully other people can now easily try out your project :)

from turbopilot.

Related Issues (20)

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.