skit-ai / kaldi-serve

Server framework for Kaldi ASR Toolkit
Apache License 2.0
97 stars 24 forks source link

Dockerfile doesn't work #7

Closed lepisma closed 4 years ago

lepisma commented 4 years ago
src/utils.hpp:7:22: fatal error: filesystem: No such file or directory
 #include <filesystem>

One solution is to upgrade gcc.

lepisma commented 4 years ago

This specific one is fixed by switching to boost's filesystem thing but we still need to fix docker as the kaldi image is old.

pranoot commented 4 years ago

Hello, I am facing the same issue and I am a bit new to this domain so unable to understand some things. Can you please help me with these doubts. 1) What is the version of gcc I should upgrade to for installing kaldi-serve? 2) How can we switch to boost's filesystem thing while building (I am unable to understand this) ? Thank you very much.

lepisma commented 4 years ago

Yeah, there is PR for fixing this #8 we will merge that soon.

pranoot commented 4 years ago

Alright thank you ! :)

pranoot commented 4 years ago

Previously I was facing problems when I was compiling on MacOS I could compile it on linux system with g++-9 without any error.

lepisma commented 4 years ago

reopening for a while. merge automatically closed this issue assuming that the branch had the solution. which might be wrong.

lepisma commented 4 years ago

this works now. the images might still be non portable because mkl won't work everywhere. closing for now.