You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it is very nice how docker bundles everything together it brings with it some obscurity.
It would be nice to have some way to train the net without docker, I don't mind installing stuff manually.
For the guessing part I already found the solution here: #1 (comment)
Things I don't like about docker (in this case):
I have to run it as root (sudo)
It creates a bunch of sub-volumes on my system partition, I use sub-volumes with another propose and this makes things a little messy.
It produces an unnecessary overhead on hard drive usage, I don't want my system partition to be filled up with redundant copies of tf libs and other stuff.
I don't know what is going on when I call this scripts, I use pstree -a to see what and how is happening but it's tedious.
The text was updated successfully, but these errors were encountered:
falkartis
changed the title
Can't do all the docker magick, is it possible to avoid docker, and install stuff normally?
Use without docker
Jan 15, 2018
Hi,
Although it is very nice how docker bundles everything together it brings with it some obscurity.
It would be nice to have some way to train the net without docker, I don't mind installing stuff manually.
For the guessing part I already found the solution here: #1 (comment)
Things I don't like about docker (in this case):
I have to run it as root (sudo)
It creates a bunch of sub-volumes on my system partition, I use sub-volumes with another propose and this makes things a little messy.
It produces an unnecessary overhead on hard drive usage, I don't want my system partition to be filled up with redundant copies of tf libs and other stuff.
I don't know what is going on when I call this scripts, I use
pstree -a
to see what and how is happening but it's tedious.The text was updated successfully, but these errors were encountered: