File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,16 @@ python:
9
9
# command to install dependencies
10
10
before_install :
11
11
# zlib1g-dev is needed to allow PIL to uncompress the dataset.
12
- - sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip zlibc libzip-dev
12
+ - sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip zlibc libzip-dev libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
13
+ # - sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
14
+ # - sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib
15
+ # - sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
16
+
13
17
install :
14
18
# If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
15
19
- " pip install -q numpy --use-mirrors"
16
- - " pip install PIL --use-mirrors"
20
+ # - "pip install PIL --use-mirrors"
21
+ - " pip install Pillow --use-mirrors"
17
22
# - "pip install --no-deps Theano --use-mirrors"
18
23
# - "pip install -q scipy --use-mirrors"
19
24
- " pip install --no-deps git+git://github.com/Theano/Theano.git"
You can’t perform that action at this time.
0 commit comments