diff options
| author | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:42:20 -0400 |
|---|---|---|
| committer | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:42:20 -0400 |
| commit | 804a95450a6abaa698d526495d98327a22e69d92 (patch) | |
| tree | ae43b53638da178ca75bed2d33aa6e0b4c389248 /Dockerfile | |
| parent | 200496c4216ab08824851c15632b1a1db6e76b31 (diff) | |
Add Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..23db38a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM teeps/cuda7.5-art-vid +MAINTAINER Ryan Baumann <ryan.baumann@gmail.com> + +RUN apt-get install -y bc + +ADD . /root/torch-warp + +RUN cp -v *-static /root/torch-warp/ + +WORKDIR /root/torch-warp + +RUN cd consistencyChecker && make |
