aimet icon indicating copy to clipboard operation
aimet copied to clipboard

Update docker_install.md

Open cosperypf opened this issue 2 years ago • 3 comments

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

cosperypf avatar Jun 25 '22 06:06 cosperypf

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".

cosperypf avatar Jun 25 '22 06:06 cosperypf

Thanks for pointing this out @cosperypf

quic-akhobare avatar Jul 15 '22 06:07 quic-akhobare

Could you please sign the commit, like so image

quic-akhobare avatar Jul 15 '22 06:07 quic-akhobare

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

quic-mangal avatar Mar 31 '23 15:03 quic-mangal