Skip to content

Commit

Permalink
updated Mango python version to py35
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Dec 2, 2018
1 parent e18ed93 commit e9935c1
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 e9935c1

Please sign in to comment.