https://github.com/chouffe/mxnet-clj
MXNet clojure Dockerfiles for CPU
https://github.com/chouffe/mxnet-clj
clojure cpu docker mxnet
Last synced: about 2 months ago
JSON representation
MXNet clojure Dockerfiles for CPU
- Host: GitHub
- URL: https://github.com/chouffe/mxnet-clj
- Owner: Chouffe
- Created: 2019-02-26T22:29:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T15:38:54.000Z (over 7 years ago)
- Last Synced: 2025-01-20T22:23:09.297Z (over 1 year ago)
- Topics: clojure, cpu, docker, mxnet
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## How to run
```
docker run \
--rm \
--volume "$PWD:/home/mxnetuser/app" \
--volume "$HOME/.m2:/home/mxnetuser/.m2" \
--volume "$HOME/.m2:/root/.m2" \
--interactive \
-p "12121:12121" \
--tty \
chouffe/mxnet-clj-cpu \
lein repl :start :host 0.0.0.0 :port 12121
```
## How to build
```
docker build --tag chouffe/mxnet-clj-cpu .
```