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
TFJS Node Version
"@tensorflow/tfjs-node": "^1.5.2"
Problem:
Unable to use tfjs-node while running.
/data/home/skapadia/projects/cloud-telemetry/node_modules/mocha/node_modules/yargs/yargs.js:1163
else throw err
^
Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /data/home/skapadia/projects/cloud-telemetry/node_modules/@tensorflow/tfjs-node/lib/napi-v4/tfjs_binding.node)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1021:18)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
The text was updated successfully, but these errors were encountered:
hi @rthadur I am able to take care of libc version but now i am not able to deploy as tfjs-node size is large and >250MB limit of aws serverless. Any idea how to run tsjf-node in serverless?
saumilsdk
changed the title
Unable to use tfjs-node in aws ec2 environment
Unable to use tfjs-node in aws lambda environment
Mar 4, 2020
TFJS Node Version
"@tensorflow/tfjs-node": "^1.5.2"
Problem:
Unable to use tfjs-node while running.
The text was updated successfully, but these errors were encountered: