You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tann9949
Subject : vosk-inference dockerfile fail to build docker image
Issue : docker build fail
Root cause : branch "lookahead-1.8.0" no longer existed.
Resolution : Change branch in dockerfile from lookahead-1.8.0 to vosk
The text was updated successfully, but these errors were encountered:
Issue#2 : vosk-inference -> libffi not found
Issue : got error as screenshot.
Root cause : libffi & libffi-dev & libffi-devel is not added to dockerfile part 2
Resolution : add yum install libffi-dev & libffi & libffi-devel in dockerfile part 2
@tann9949
Subject : vosk-inference dockerfile fail to build docker image
Issue : docker build fail
Root cause : branch "lookahead-1.8.0" no longer existed.
Resolution : Change branch in dockerfile from lookahead-1.8.0 to vosk
The text was updated successfully, but these errors were encountered: