docker build -t cosminsanda/mxnet-compiler:linux-1.7.0 -f linux.Dockerfile .
git clone --recursive https://github.com/apache/incubator-mxnet mxnet
docker run -i -t -v $(pwd)/mxnet:/mxnet/ cosminsanda/mxnet-compiler:linux-1.7.0 bash
cd mxnet
git checkout v1.8.x
cp config/linux.cmake config.cmake
mkdir build
cd build
cmake ..
cmake --build .
cd ..
mkdir lib
mkdir -p scala-package/lib
cp build/libmxnet.so lib/libmxnet.so
cp build/libmxnet.so scala-package/lib/libmxnet.so
cd scala-package
mvn install -DskipTests=true
forked from cosmincatalin/mxnet-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
audienceproject/mxnet-compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Stub for compiling MXNet bindings for Scala
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Dockerfile 100.0%