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
I also tried the build on another machine, and it went well. The build still crashes on the target machine. I have already tried docker build prune, docker system prune. It doesn't help
Priority
Undecided
OS type
Ubuntu
Hardware type
Xeon-GNR
Installation method
Deploy method
Running nodes
Single Node
What's the version?
Dont build ChatQnA UI docker image
Description
An error occurs when trying to build an opea/chatqna-ui image:
1.999 npm notice
1.999 npm notice New major version of npm available! 10.2.4 -> 11.0.0
1.999 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0
1.999 npm notice Run
npm install -g npm@11.0.0
to update!1.999 npm notice
1.999 npm ERR! code ERESOLVE
2.001 npm ERR! ERESOLVE could not resolve
2.001 npm ERR!
2.001 npm ERR! While resolving: chat-qna@0.0.1
2.001 npm ERR! Found: @sveltejs/adapter-auto@1.0.0-next.75
2.001 npm ERR! node_modules/@sveltejs/adapter-auto
2.001 npm ERR! dev @sveltejs/adapter-auto@"^3.0.0" from the root project
2.001 npm ERR!
2.001 npm ERR! Could not resolve dependency:
2.001 npm ERR! dev @sveltejs/adapter-auto@"^3.0.0" from the root project
2.001 npm ERR!
2.001 npm ERR! Conflicting peer dependency: @sveltejs/kit@2.16.0
2.001 npm ERR! node_modules/@sveltejs/kit
2.001 npm ERR! peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-auto@3.3.1
2.001 npm ERR! node_modules/@sveltejs/adapter-auto
2.001 npm ERR! dev @sveltejs/adapter-auto@"^3.0.0" from the root project
2.001 npm ERR!
2.001 npm ERR! Fix the upstream dependency conflict, or retry
2.001 npm ERR! this command with --force or --legacy-peer-deps
2.001 npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Reproduce steps
docker build --no-cache -t opea/chatqna-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile .
Raw log
The text was updated successfully, but these errors were encountered: