GithubHelp home page GithubHelp logo

tracking macosx support about edgeml HOT 2 CLOSED

microsoft avatar microsoft commented on May 17, 2024
tracking macosx support

from edgeml.

Comments (2)

harsha-simhadri avatar harsha-simhadri commented on May 17, 2024

@jacobrosenthal
Sorry for the mess on mac. None of us have a macbook to replicate this; please bear with me while I find one to test.

from edgeml.

jacobrosenthal avatar jacobrosenthal commented on May 17, 2024

Im able to use on mac via docker with:

# had to max out all resources to successfully build
FROM ubuntu:16.04

RUN apt-get update && apt-get -y install gcc g++ wget git make cpio && \
  wget -q -O - http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11544/l_mkl_2017.3.196.tgz | tar -xzf - && \
  cd l_mkl_2017.3.196 && \
  sed -i 's/ACCEPT_EULA=decline/ACCEPT_EULA=accept/g' silent.cfg && \
  ./install.sh -s silent.cfg && \
  cd / && \
  git clone https://github.com/Microsoft/EdgeML.git && \
  cd EdgeML && \
  make -Bj
ENV MKL_PATH=/opt/intel/mkl/lib/intel64_lin
ENV EDGEML_ROOT=/EdgeML
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKL_PATH:$EDGEML_ROOT

and then I make bash scripts for each command at /usr/local/bin/ that bring over working directory

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

from edgeml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.