Skip to content

Instantly share code, notes, and snippets.

@optman
Created November 16, 2017 03:34
Show Gist options
  • Save optman/44122ec60ff09ea8597b025c69456305 to your computer and use it in GitHub Desktop.
Save optman/44122ec60ff09ea8597b025c69456305 to your computer and use it in GitHub Desktop.
keras cpu Dockerfile
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