Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

Building Docker Image in Main Repo [BUG]

Open inayet opened this issue 2 years ago • 0 comments

Describe the bug Building local docker image installs deprecated packages with dependency issues.

To Reproduce cd into flowise and run 'podman build --no-cache -t flowise .'

Errors upon errors are produced, plus consistently get message about network issues, however, have network access...

'warning workspace-aggregator-7623eb15-e726-44a6-8b28-1ccee6aab77f > flowise-ui > react-scripts > css-minimizer-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo > [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility warning workspace-aggregator-7623eb15-e726-44a6-8b28-1ccee6aab77f > flowise-ui > react-scripts > jest > @jest/core > jest-runner > jest-environment-jsdom > jsdom > [email protected]: Use your platform's native performance.now() and performance.timeOrigin. warning workspace-aggregator-7623eb15-e726-44a6-8b28-1ccee6aab77f > flowise-ui > react-scripts > workbox-webpack-plugin > workbox-build > @surma/rollup-plugin-off-main-thread > magic-string > [email protected]: Please use @jridgewell/sourcemap-codec instead [3/5] Fetching packages... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... warning @qdrant/[email protected]: The engine "pnpm" appears to be invalid. warning @qdrant/[email protected]: The engine "pnpm" appears to be invalid

inayet avatar Jul 04 '23 08:07 inayet