File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,18 @@ apt-get install -y --no-install-recommends \
17
17
libgoogle-glog-dev \
18
18
libhdf5-serial-dev \
19
19
libopenblas-dev \
20
- python -virtualenv \
20
+ python3 -virtualenv \
21
21
wget
22
22
23
23
if $WITH_CMAKE ; then
24
24
apt-get install -y --no-install-recommends cmake
25
25
fi
26
26
27
- if ! $WITH_PYTHON3 ; then
28
- # Python2
29
- apt-get install -y --no-install-recommends \
30
- libprotobuf-dev \
31
- protobuf-compiler \
32
- python-dev \
33
- python-numpy \
34
- python-protobuf \
35
- python-pydot \
36
- python-skimage
37
- else
38
- # Python3
39
- apt-get install -y --no-install-recommends \
40
- python3-dev \
41
- python3-numpy \
42
- python3-skimage
27
+ # Python3
28
+ apt-get install -y --no-install-recommends \
29
+ python3-dev \
30
+ python3-numpy \
31
+ python3-skimage
43
32
44
33
# build Protobuf3 since it's needed for Python3
45
34
PROTOBUF3_DIR=~ /protobuf3
You can’t perform that action at this time.
0 commit comments