Giter Site home page Giter Site logo

dockerfile don't work about snickers HOT 5 OPEN

hhasenbalg avatar hhasenbalg commented on September 21, 2024 1
dockerfile don't work

from snickers.

Comments (5)

hhasenbalg avatar hhasenbalg commented on September 21, 2024 1

@flavioribeiro The problem still occurs. Regarded whether I try it with docker or the makefile.

It seems to be a probelm with the dependencies. If I replace aws-sdk-go and grab manually with old versions, the makefile works. But docker build still fails

from snickers.

flavioribeiro avatar flavioribeiro commented on September 21, 2024

I merged @fsouza commit, can you try it again @SeriousShit? I'm aware that there are tons of improvements to be made on this docker deployment, snickers needs some tlc, will try to reserve some time for it next week.

from snickers.

fsouza avatar fsouza commented on September 21, 2024

@flavioribeiro I think you don't have automatic builds enabled on the snickers-docker image: https://hub.docker.com/r/flavioribeiro/snickers-docker/tags/ x)

You'll have to build it locally and push to Docker Hub, then update the Dockerfile on this repository.

from snickers.

kslimani avatar kslimani commented on September 21, 2024

@flavioribeiro : i think @SeriousShit is correct. the downloader http.go is using the old grab api (ie: the method grab.GetAsync is undefined in current grab library master branch.

I suggest trying something like replacing "github.com/cavaliercoder/grab" by "gopkg.in/cavaliercoder/grab.v1" here. (i have no knowledge in Go language, so better check if it is correct).

from snickers.

kslimani avatar kslimani commented on September 21, 2024

Oh, and i think there is also a problem with snikers/hls : i think the build for libsegmenter.so is ok, but it seems theere is a path problem to the lib as it fail with the folowing error : cannot find -lsegmenter.

A "fast and dirty" workaround was to copy libsegmenter.so in /usr/local/lib folder. (but i am not sure this is the proper way to fix).

EDIT: maybe also uses DYLD_LIBRARY_PATH ?

from snickers.

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.