Created
November 16, 2017 03:34
-
-
Save optman/44122ec60ff09ea8597b025c69456305 to your computer and use it in GitHub Desktop.
keras cpu Dockerfile
This file contains 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 ubuntu:14.04 | |
RUN sudo apt-get update && apt-get -y install python-dev python-pip libopenblas-dev liblapack-dev libatlas-dev libblas-dev gfortran | |
RUN sudo pip install keras | |
RUN sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.4.0-cp27-none-linux_x86_64.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment