Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update docker_install.md #1368

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update docker_install.md #1368

wants to merge 1 commit into from

Conversation

cosperypf
Copy link

"cd $WORKSPACE" should be "cd $WORKSPACE/aimet", otherwise the CMakelist file will not be found in the next "cmake .." step

"cd $WORKSPACE" should be "cd $WORKSPACE/aimet", otherwise the CMakelist file will not be found in the next "cmake .." step
@cosperypf
Copy link
Author

if only "cd $WORKSPACE" and "mkdir build && cd build", we will get the error as bellow when we enter "cmake .."
"CMake Error: The source directory "/data" does not appear to contain CMakeLists.txt."
The right thing to do is "cd $WORKSPACE/aimet".

@quic-akhobare
Copy link
Contributor

Thanks for pointing this out @cosperypf

@quic-akhobare quic-akhobare self-requested a review July 15, 2022 06:57
@quic-akhobare
Copy link
Contributor

Could you please sign the commit, like so
image

@quic-mangal
Copy link
Contributor

@cosperypf, can you sign the commit as pointed out by Abhi.

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

Successfully merging this pull request may close these issues.

3 participants