Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 345 Bytes

File metadata and controls

12 lines (10 loc) · 345 Bytes

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-data

This will make the pretrained available to other containers when they add the --volumes-from vmx-data flag.