-
Notifications
You must be signed in to change notification settings - Fork 12
Using node_modules installed packaged plugin #12
Copy link
Copy link
Open
Labels
Description
I think tensorflow packager should be published on npm separately like :
package.json
"devDependencies" : {
"ephemeral-packager-tensorflow": "^0.2.1"
}serverless.yml
custom:
ephemeral:
libraries:
- packager:
name: ephemeral-packager-tensorflow
version: 1.4.0If we add this possibility, i owuld be happy to create 2 more packager for node-canvas and node-opencv (see my dockerFiles in https://hub.docker.com/r/piercus/lambda-canvas/ and https://hub.docker.com/r/piercus/lambda-opencv/ with the excat same purpose)
Please share your point of view about this.
Reactions are currently unavailable