tinn icon indicating copy to clipboard operation
tinn copied to clipboard

Add Docker

Open ilyar opened this issue 6 years ago • 0 comments

$  docker -v
Docker version 18.03.0-ce, build 0520e24
$ clone
$ docker build -t tinn .
$ docker images | grep tinn
tinn latest 9cfeaf8d3090 12 minutes ago 992kB
$ wget http://archive.ics.uci.edu/ml/machine-learning-databases/semeion/semeion.data
$ docker run --user $(id -u) --rm -v ${PWD}:/data tinn
$ du -sh saved.tinn 
72K	saved.tinn

ilyar avatar Apr 24 '18 10:04 ilyar