Skip to content

Commit

Permalink
Add Python 3 in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
atasoglou committed Jul 31, 2019
1 parent f5306a7 commit 8927922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpu/indigo/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ wget \
curl \
htop \
dbus-x11 \
python3 python3-dev python3-pip \
software-properties-common python-software-properties \
gdb valgrind \
libgl1-mesa-glx libgl1-mesa-dri && \
Expand All @@ -41,6 +42,8 @@ RUN /usr/bin/yes | pip install --upgrade pip
RUN /usr/bin/yes | pip install --upgrade virtualenv
RUN /usr/bin/yes | pip install --upgrade paramiko
RUN /usr/bin/yes | pip install --ignore-installed --upgrade numpy protobuf
RUN /usr/bin/yes | pip3 install --upgrade pip
RUN /usr/bin/yes | pip3 install --upgrade numpy

# Locale
RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit 8927922

Please sign in to comment.