|
|
|
|
|
by grahamannett
3159 days ago
|
|
seem's basically the same (didn't check every framework but seemed like most big names were on both) but being built on the cuda base image might make it more easy to attach a GPU? Also I just noticed this is about the craziest dockerfile. It's all one RUN which good luck trying to troubleshoot if theres a non obvious error during building |
|
That said, recent versions of docker do have the ability to squash layers at the end of a build which could give the best of both worlds.