Skip to content

Commit

Permalink
fix: tfjs-node build
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Sep 17, 2023
1 parent 8d7fc23 commit c36c363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY package.json package.json
COPY package-lock.json package-lock.json

RUN npm install --ci
RUN npm rebuild @tensorflow/tfjs-node --build-from-source

COPY ./src /app/src
COPY ./model /app/model
Expand Down

0 comments on commit c36c363

Please sign in to comment.