Skip to content

hakamadare/npm-native-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo of the procedure described in this AWS blog post, but using Docker instead of an EC2 instance.

  1. brew cask install docker

  2. docker build -t npm-native-docker .

  3. docker run -it --rm -v "$(pwd)/node:/usr/src/app" npm-native-docker /bin/bash

Now you have a shell inside the container, and you can try out the demo/test of doing face recognition on the Mona Lisa. Copy the generated file into /usr/src/app so that it'll be on your local filesystem after you exit the container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages