Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Docker #16

wants to merge 1 commit into from

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.

None yet

1 participant