Skip to content

Commit

Permalink
Merge pull request BD2KGenomics#289 from akmorrow13/master
Browse files Browse the repository at this point in the history
updated Mango python version  to py35
  • Loading branch information
jvivian authored Dec 3, 2018
2 parents 43525f5 + e9935c1 commit c1641aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mango/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ ENV PYSPARK_PYTHON /usr/bin/python3
RUN apt-get update && apt-get install -y \
git \
make \
python3.5 \
python3-pip \
npm \
nodejs \
python-tk


# alias python to python3.6
RUN alias pip=pip3
RUN alias python=python3

RUN echo '#!/bin/bash\npython3 "$@"' > /usr/bin/python && \
chmod +x /usr/bin/python

Expand Down

0 comments on commit c1641aa

Please sign in to comment.