Create minimal build for nodejs environment that can run tensorflow

This commit is contained in:
Alex Tran
2022-02-04 11:23:14 -06:00
parent 09964e4b16
commit 6141888d3e
2 changed files with 41 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ services:
build:
context: .
target: development
dockerfile: ./Dockerfile
dockerfile: ./Dockerfile-minimal
command: yarn start:dev
ports:
- "3000:3000"