kakao / buffalo

TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Apache License 2.0
575 stars 106 forks source link

docker on Mac #34

Closed dane805 closed 3 years ago

dane805 commented 3 years ago

안녕하헤요 맥에서 버팔로를 사용하려고 하는데, 잘 되지 않네요. 관련된 이슈를 참조했습니다. example 폴더에서 다음의 도커 커맨드를 사용했는데 에러가 나네요 docker build -t buffalo.dev . 뭔가를 잘못했을까요?

cmake --build .
Scanning dependencies of target cbuffalo
[ 11%] Building CXX object CMakeFiles/cbuffalo.dir/3rd/json11/json11.cpp.o
[ 22%] Building CXX object CMakeFiles/cbuffalo.dir/lib/algo.cc.o
CMakeFiles/cbuffalo.dir/build.make:86: recipe for target 'CMakeFiles/cbuffalo.dir/lib/algo.cc.o' failed
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/cbuffalo.dir/lib/algo.cc.o] Error 4
make[1]: *** [CMakeFiles/cbuffalo.dir/all] Error 2
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cbuffalo.dir/all' failed
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
error: command 'cmake' failed with exit status 2
The command '/bin/sh -c /bin/bash -c "source ./venv/bin/activate && git clone -b master https://github.com/kakao/buffalo.git buffalo.git &&    cd buffalo.git && git submodule update --init && python setup.py install && pip install -r requirements.txt"' returned a non-zero code: 1
ummae commented 3 years ago

@sichu91 안녕하세요 테스트 하신 장비의 사양이 어떻게 될까요? 아래 장비에서 테스트 해보았을 때 재현이 되지 않아서 문의드립니다.

commit hash: b5e862130700e3017b5ef4141e96f34dedcaf5f3 (HEAD -> dev, origin/dev, origin/HEAD)

dane805 commented 3 years ago

죄송합니다 몇 가지 정비하고 다시 시도해보니 잘 돌아갔습니다!