Skip to content

Conversation

ilyar
Copy link

@ilyar ilyar commented Apr 24, 2018

$  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

Copy link
Author

@ilyar ilyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update and ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant