From d6e44d95363f210698f6cb3c20fa84e72d135677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Thu, 27 Apr 2017 07:55:31 +0200 Subject: [PATCH] Use the proper python2 env --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c49b73..051caae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN conda config --add channels r && conda install --yes --quiet biopython rpy2 pip install --no-cache-dir bioblend galaxy-ie-helpers # Now for a python2 environment -RUN conda install --quiet --yes -n python2 ipykernel biopython rpy2 \ +RUN conda install --quiet --yes -p $CONDA_DIR/envs/python2 ipykernel biopython rpy2 \ cython patsy statsmodels cloudpickle dill tensorflow=1.0* && conda clean -yt && \ pip install --no-cache-dir bioblend galaxy-ie-helpers && \ $CONDA_DIR/envs/python2/bin/python \