Commit 9ad61799 authored by delanoe's avatar delanoe

[FIX] some dependencies missing. Debian and Python instalation should be ok.

parent 022f1c6f
......@@ -5,7 +5,7 @@
apt-get update && \
apt-get install -y \
apt-utils ca-certificates locales \
sudo aptitude gcc wget git postgresql-9.5 vim
sudo aptitude gcc g++ wget git postgresql-9.5 vim
### Configure timezone and locale
echo "Europe/Paris" > /etc/timezone && \
......@@ -37,7 +37,9 @@ apt-get update && apt-get install -y \
virtualenv python3-virtualenv \
python3.4 python3.4-dev \
python3.5 python3.5-dev \
python3-six python3-numpy
python3-six python3-numpy python3-setuptools \ # for numpy, pandas
python3-numexpr \ # for numpy performance
libxml2-dev libxslt-dev # for lxml
#if [[ -e "/srv/gargantext" ]]
......
# try bottleneck
amqp==1.4.9
anyjson==0.3.3
billiard==3.3.0.22 # multiprocessing fork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment