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
【recommended】package the entire backend deployment of meeting-minutes into a Docker container and make it available for the frontend to call via API interfaces
#58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
It is recommended to package the entire backend deployment of meeting-minutes into a Docker container and make it available for the frontend to call via API interfaces. I have conducted tests on a Windows 11 Workstation edition, where I installed Python 3.12.3, Rust 1.85.1, Node.js v22.14.0, ffmpeg version 4.4-full, cmake-4.0.0-rc5-windows, and Visual Studio Build Tools with the C++ development workload. However, when running the build_whisper.cmd, I still encountered the following error:
=== Starting Whisper.cpp Build Process ===
Updating git submodules...
Checking for whisper.cpp directory...
Changing to whisper.cpp directory...
Checking for whisper.cpp repository...
"List all files in the whisper.cpp examples directory"
CMakeLists.txt
httplib.h
public
README.md
server.cpp
"Copying all the server files from ../whisper-custom/server to examples/server"
..\whisper-custom\server\CMakeLists.txt
..\whisper-custom\server\httplib.h
..\whisper-custom\server\README.md
..\whisper-custom\server\server.cpp
..\whisper-custom\server\public\index.html
Copied 5 files
Checking for server directory...
Checking for server source files...
Building whisper.cpp server...
Running CMake...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Error at CMakeLists.txt:2 (project):
Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Failed to run CMake
The text was updated successfully, but these errors were encountered:
Docker won't be user friendly with your HW. Unless you want to run it on CPU only I don't think it is advisable.
Making compilation easier can be achieved in other ways.
That error might be because visual studio build tools is not setting env variable so CMake can't find MSVC compiler. Launch the scripts from x64 native command prompt which should have been installed already, just search it from your windows search bar.
I reinstalled the latest version of the Windows 11 operating system, and then installed dependencies such as Python 3.11 and Node.js. Now it can run. Although it can run and the front-end and back-end are separated, it is obviously not appropriate to place this high-performance graphics workstation in the conference room. I suggest that on the basis of the existing separation of front-end and back-end, the back-end provides services to the front-end through APIs. In this way, I only need to bring a mini PC or a lightweight laptop with the front-end software deployed to the conference room to use this function, and the user experience will be much better.
It is recommended to package the entire backend deployment of meeting-minutes into a Docker container and make it available for the frontend to call via API interfaces. I have conducted tests on a Windows 11 Workstation edition, where I installed Python 3.12.3, Rust 1.85.1, Node.js v22.14.0, ffmpeg version 4.4-full, cmake-4.0.0-rc5-windows, and Visual Studio Build Tools with the C++ development workload. However, when running the build_whisper.cmd, I still encountered the following error:
The text was updated successfully, but these errors were encountered: