Node-RED

From Wiki
Revision as of 09:20, 8 January 2024 by Marcluer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adding Prerequisites to Docker

FROM nodered/node-red:latest
USER root
RUN apk add py3-pip py3-numpy py3-pandas py3-scikit-learn
RUN pip install tensorflow
USER node-red

DevOps

Terminology

Flows are the tabs

rand

Nodes are the boxes with inputs and outputs

rand


Links