- Understanding how uid and gid work in Docker containers Jan 2017
- Processes In Containers Should Not Run As Root Sept 2017
Prior to Docker supporting User Namespaces
| -- Original mask related code from: https://github.com/martinbenson/deep-photo-styletransfer | |
| -- Modified mask code by github.com/ProGamerGov | |
| require 'torch' | |
| require 'nn' | |
| require 'image' | |
| require 'optim' | |
| require 'loadcaffe' |
Prior to Docker supporting User Namespaces