Skip to content
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

dockerfile issue #3

Open
kevinsouthxu opened this issue Dec 1, 2022 · 3 comments
Open

dockerfile issue #3

kevinsouthxu opened this issue Dec 1, 2022 · 3 comments

Comments

@kevinsouthxu
Copy link

When running ./scripts/docker_image.sh build
it occurs issue that:

#11 1.275 src/common/func_config.cpp:6:10: fatal error: 'nlohmann/json.hpp' file not found

Can you describe the solution?

@Kalpesh-18
Copy link

Try installing this sudo apt install nlohmann-json-dev

@Kalpesh-18
Copy link

You can check for more solutions here Link

@zhipeng-jia
Copy link
Member

My guess is some submodules are not checked out. When checking out the git repo, use "--recursive" to checkout all submodules

For existing git repo, try git submodule update --init --recursive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants