CueObserve
CueObserve copied to clipboard
Docker Image Build fails on Dev compose
Describe the bug
Failed to create a docker image using docker-compose -f docker-compose-dev.yml up -d
.
Build fails with error Service 'cueo-backend' failed to build : Build failed
To Reproduce Steps to reproduce the behavior:
- Git clone this repo
- Run
docker-compose -f docker-compose-dev.yml up -d
Expected behavior CueO components image to be built successfully and CueObserve to start running on localhost:3000
Additional context Will add the entire log in the file or snippet below.
Run Command: docker-compose -f docker-compose-dev.yml up -d | tee docker-compose-dev-error.log
Can't reproduce, try building cueo-backend only:
- Go to
api
directory - Run command
docker build -t cueo-backend .
Steps followed
git checkout latest_release
cd api
docker build -t cueo-backend .
Same error is produced.
System: Mac OS x64 Intel Core i5
Looks like the problem lies in building facebook's prophet once installed via pip (For only Mac users). Prophet internally uses pystan and the problem reciprocates from pystan.
https://github.com/facebook/prophet/issues?q=is%3Aissue+is%3Aopen+mac