File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -31,56 +31,56 @@ RUN apt-get update -y && \
31
31
apt-get update -y && \
32
32
apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
33
33
build-essential \
34
- ca-certificates \
34
+ ca-certificates \
35
35
gcc g++ make \
36
- gfortran \
37
- dkms \
36
+ gfortran \
37
+ dkms \
38
38
git \
39
39
curl \
40
40
vim \
41
- yasm \
41
+ yasm \
42
42
wget zip unzip \
43
43
software-properties-common \
44
- openssh-client openssh-server \
44
+ openssh-client openssh-server \
45
45
libssl-dev \
46
46
libmpdec2 \
47
- pdsh curl net-tools \
48
- iputils-ping \
47
+ pdsh curl net-tools \
48
+ iputils-ping \
49
49
libcurl3-dev \
50
50
libfreetype6-dev \
51
51
libhdf5-serial-dev \
52
52
libzmq3-dev \
53
53
libjpeg-dev \
54
54
libpng-dev \
55
- libsm6 \
56
- libxext6 \
57
- libxrender-dev \
58
- libcairo2-dev libgirepository1.0-dev pkg-config gir1.2-gtk-3.0 \
55
+ libsm6 \
56
+ libxext6 \
57
+ libxrender-dev \
58
+ libcairo2-dev libgirepository1.0-dev pkg-config gir1.2-gtk-3.0 \
59
59
libgeos-dev libgeos++-dev \
60
60
pkg-config \
61
61
zlib1g-dev \
62
- mime-support \
63
- proj-bin libproj-dev libgeos-dev libgeos++-dev graphviz \
62
+ mime-support \
63
+ proj-bin libproj-dev libgeos-dev libgeos++-dev graphviz \
64
64
python${PYTHON_VERSION} \
65
65
python${PYTHON_VERSION}-dev \
66
- libxml2-dev \
67
- libxslt1-dev \
68
- libasound2-dev \
69
- libnuma-dev \
70
- libjasper-dev \
66
+ libxml2-dev \
67
+ libxslt1-dev \
68
+ libasound2-dev \
69
+ libnuma-dev \
70
+ libjasper-dev \
71
71
libtiff-dev \
72
- libavcodec-dev \
72
+ libavcodec-dev \
73
73
libavformat-dev \
74
- libswscale-dev \
75
- libxine2-dev \
76
- libv4l-dev \
77
- libboost-dev \
78
- libboost-system-dev \
79
- libboost-filesystem-dev \
80
- xvfb \
81
- fonts-nanum \
82
- fonts-nanum-coding \
83
- fonts-nanum-extra \
74
+ libswscale-dev \
75
+ libxine2-dev \
76
+ libv4l-dev \
77
+ libboost-dev \
78
+ libboost-system-dev \
79
+ libboost-filesystem-dev \
80
+ xvfb \
81
+ fonts-nanum \
82
+ fonts-nanum-coding \
83
+ fonts-nanum-extra \
84
84
&& \
85
85
find /usr/local/cuda-${CUDA}/lib64/ -type f -name 'lib*_static.a' -not -name 'libcudart_static.a' -delete
86
86
You can’t perform that action at this time.
0 commit comments