From a3d8817283e057a76eee8fed5691a65dd9f6802d Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Wed, 21 Sep 2016 18:13:31 -0400 Subject: [PATCH] Fix Dockerfile to use theano backend for now --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 813d9e6f..a704f2f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,9 @@ RUN virtualenv venv-py3 --python=python3 && \ scikit-learn \ seaborn +ENV KERAS_BACKEND theano +# RUN venv-py3/bin/pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl + # Install mhcflurry and download data and models. COPY . ./mhcflurry RUN venv-py3/bin/pip install ./mhcflurry && venv-py3/bin/mhcflurry-downloads fetch -- GitLab