Created
January 2, 2017 21:19
-
-
Save andykais/61f6a9a46c98feb2134943dd4d79491d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM gcc:5 | |
WORKDIR /usr/src/app | |
COPY torch /usr/src/app | |
RUN apt-get update | |
RUN apt-get dist-upgrade -y | |
RUN apt-get install -y sudo | |
RUN /bin/bash -c "./install-deps" | |
RUN ./install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment