-
Notifications
You must be signed in to change notification settings - Fork 448
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
[BUG] Failed Build GraphScope with pre-configured make
with docker
#4321
Comments
@JackyYangPassion Thanks for reporting this here, inside the container, you don't have to install deps again, you can compile analytical engine directly. docker run --rm -it registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.24.2-amd64 /bin/bash
# inside the container,with 0.29.0 GraphScope downloaded
source ~/.graphscope_env && cd GraphScope && make analytical |
@lidongze0629 Thanks for your reply. error log
Step:
can you help me? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Build GraphScope with pre-configured
make
with docker FailedError Log
To Reproduce
Steps to reproduce the behavior:
in docker cantainer with image registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:latest
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: