Skip to content

Commit

Permalink
Auto build bare Torch7.
Browse files Browse the repository at this point in the history
  • Loading branch information
vonavi committed Apr 16, 2018
1 parent 9b0753a commit 5a5d19f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions torch/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Start with NVIDIA cuDNN base image
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
MAINTAINER Vladimir Ivanov <ivvl82@gmail.com>

# Install basic deps
RUN apt-get update && apt-get install -y \
git sudo

# Run Torch7 installation scripts
RUN git clone https://github.com/torch/distro.git /root/torch --recursive
RUN cd /root/torch && bash install-deps && ./install.sh

0 comments on commit 5a5d19f

Please sign in to comment.