waltzofpearls / reckon

Experimental prometheus exporter for time series forecasting and anomaly detection
MIT License
17 stars 3 forks source link

Error when trying to run docker container #38

Open adamsavage opened 2 years ago

adamsavage commented 2 years ago

Good evening,

Trying to run this as a docker container but i'm getting the current error.

STEP 12/15: RUN curl -fsSL https://pkgs.tangram.dev/stable/debian/buster.gpg | apt-key add - && curl -fsSL https://pkgs.tangram.dev/stable/debian/buster.list | tee /etc/apt/sources.list.d/tangram.list && apt-get update && apt-get install tangram Warning: apt-key output should not be parsed (stdout is not a terminal) curl: (6) Could not resolve host: pkgs.tangram.dev gpg: no valid OpenPGP data found. Error: error building at STEP "RUN curl -fsSL https://pkgs.tangram.dev/stable/debian/buster.gpg | apt-key add - && curl -fsSL https://pkgs.tangram.dev/stable/debian/buster.list | tee /etc/apt/sources.list.d/tangram.list && apt-get update && apt-get install tangram": error while running runtime: exit status 2 make: *** [Makefile:100: docker] Error 2

I went to the tangram discord and they told me they were in the midst of migrating off of pkgs.tangram.dev to something else.. Is there something i can do in the mean time to get the docker image up and running?

thank you, adam

waltzofpearls commented 2 years ago

Hey, @adamsavage. Thanks for reporting this issue. Looks like tangram has been rebranded into ModelFox, and they are repurposing the name/brand tangram for something else. I will play around with the docker files, and see if I can make docker build work without installing tangram. If that worked, we should be able to use reckon with prophet (and without tangram) model.

adamsavage commented 2 years ago

@waltzofpearls - That would be awesome! Thank you!

prajithp13 commented 1 year ago

Any luck?