Skip to content

Commit

Permalink
Docker: Install python3-pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq committed Nov 7, 2019
1 parent 1adf10e commit f3bb602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build/installers/install_python_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ set -e

cd "$(dirname "${BASH_SOURCE[0]}")"

apt-get -y update && \
apt-get install -y \
apt update -y && apt install -y \
libgeos-dev \
python-matplotlib \
python-pip \
python-psutil \
python-scipy \
software-properties-common \
python3-pip \
python3-psutil

pip install -r py27_requirements.txt
Expand Down

0 comments on commit f3bb602

Please sign in to comment.