Skip to content

Commit

Permalink
Merge pull request #19 from bgruening/python_ie_helpers
Browse files Browse the repository at this point in the history
WIP: fixing python2 IE wrappers
  • Loading branch information
bgruening authored Apr 29, 2017
2 parents d6e44d9 + cc583d2 commit 0e2a16b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ 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 -p $CONDA_DIR/envs/python2 ipykernel biopython rpy2 \
RUN /bin/bash -c "source activate python2 && conda install --quiet --yes 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 \
$CONDA_DIR/envs/python2/bin/ipython kernel install --user
pip install --no-cache-dir bioblend galaxy-ie-helpers"

# IRuby
RUN iruby register
Expand Down

0 comments on commit 0e2a16b

Please sign in to comment.