Bump tfjs version to 3.19.0 for arm64 support (#368)

* Add linux/arm64 to machine-learning container build

* Bump tfjs version to 3.19.0

* Fix tfjs dependency error
This commit is contained in:
bo0tzz
2022-07-23 21:15:55 +02:00
committed by GitHub
parent ae93bbe2a7
commit a35460cb84
6 changed files with 285 additions and 399 deletions

View File

@@ -10,6 +10,7 @@ RUN apt-get update
RUN apt-get install gcc g++ make cmake python3 python3-pip ffmpeg -y
RUN npm ci
RUN npm rebuild @tensorflow/tfjs-node --build-from-source
COPY . .