Sign inSign up

jacobrosenthal/edgeml

By jacobrosenthal

Updated over 8 years ago

https://github.com/Microsoft/EdgeML

Image
0

173

jacobrosenthal/edgeml repository overview

egeml Dockerfile

I recommend adding host helper scripts for each of the commands BonsaiTrain, BonsaiPredict, ProtoNNTrain, ProtoNNPredict like

#!/bin/bash
  
docker run -v $(pwd):/workspace -w /workspace edgeml:latest /EdgeML/BonsaiTrain "$@"

Note: couldn't build on docker cloud without exausing memory or g++-5: internal compiler error. Had to max out all docker resources to successfully build locally

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

over 8 years ago

docker pull jacobrosenthal/edgeml