GithubHelp home page GithubHelp logo

Comments (4)

KaixuYang avatar KaixuYang commented on July 20, 2024

Hi @Misha123457 Sorry it looks like this question is out of our skill set to help. Maybe you could ask the questions in some Docker forums?

from greykite.

kenzie-q avatar kenzie-q commented on July 20, 2024

Hi @martinmenchon

Try putting the following at the top of your docker file. We used an anaconda base (FROM continuumio/anaconda3:2019.03)

RUN apt update -y &&
apt install build-essential -y &&
apt-get install manpages-dev

RUN pip install --upgrade setuptools &&
pip install --upgrade pip wheel &&
pip install --ignore-installed \ #add all pip install packages on next line.

Hope this helps!

from greykite.

Misha123457 avatar Misha123457 commented on July 20, 2024

from greykite.

a-slice-of-py avatar a-slice-of-py commented on July 20, 2024

Despite the official support currently stops at Python 3.8.6 [source], I found out that the following, simple Dockerfile successfully builds a working image with Python 3.9 and Greykite base, i.e. assuming you are not interested in Prophet bundling.

ARG BASE_CONTAINER=python:3.9-bullseye
FROM $BASE_CONTAINER as builder

# Needed to avoid issues while installing osqp,
# SEE: https://github.com/osqp/osqp-python/issues/4#issuecomment-733397668
RUN pip install cmake
RUN pip install greykite

from greykite.

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.