-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Image Build fails on Dev compose #198
Comments
Run Command: |
Can't reproduce, try building cueo-backend only:
|
Steps followed
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 |
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:
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.
The text was updated successfully, but these errors were encountered: