camicroscope / Caracal

Conslidated Backend, Auth, and Security Services for caMicroscope
GNU General Public License v3.0
15 stars 95 forks source link

Error while trying to use tfjs-node libraries in node. #44

Closed akhil-rana closed 1 year ago

akhil-rana commented 4 years ago

Error while trying to use tfjs-node libraries in node.

Steps to reproduce the behavior:

  1. Include "@tensorflow/tfjs-node": "^2.0.1" into package.json
  2. Rebuild caracal (back) image using docker-compose
  3. Run caMicroscope using up command
  4. See error

Logs

DeepinScreenshot_select-area_20200716064916

Desktop (please complete the following information):

Additional context

akhil-rana commented 4 years ago

Should we close this?

Resolved by using node:14-stretch-slim in #47