Contains the VMX pre-trained data /vmx/data/
For default use with other VMX containers:
$ ls
Dockerfile README.md
$ sudo docker build -t namespace/vmx-data .
--snip--
$ docker run -d --name="vmx-data" namespace/vmx-dataThis will make the pretrained available to other containers when they add the --volumes-from vmx-data flag.