diff options
| author | Ryan Baumann <ryan.baumann@gmail.com> | 2016-08-23 17:13:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-23 17:13:52 -0400 |
| commit | bfe8edede5e38f9aeea70a81d634ad2030fad358 (patch) | |
| tree | eacdef98b92aae922b3a8a23c11a419414bb04fc | |
| parent | c28a4a55d93a0e54d232e0564fd4f66fe18d7283 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,3 +30,5 @@ I had very little luck getting DeepFlow to work on OS X, so I'm using Docker to * Build the Docker image with `docker build -t torch-warp .` * Run the build with `docker run -t -i torch-warp /bin/bash`. You may want to [map a host directory as a data volume](https://docs.docker.com/engine/tutorials/dockervolumes/#/mount-a-host-directory-as-a-data-volume) as well, in order to transfer images back and forth. * Use the scripts as described above inside the Docker container's shell. + +I've also made this repository an automated build on Docker Hub: [`ryanfb/torch-warp`](https://hub.docker.com/r/ryanfb/torch-warp/) |
