Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Apr 29, 2017
1 parent 3fa6116 commit cc583d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +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 source activate python2 && conda install --quiet --yes 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
pip install --no-cache-dir bioblend galaxy-ie-helpers"

# IRuby
RUN iruby register
Expand Down

0 comments on commit cc583d2

Please sign in to comment.