Skip to content

Commit 66b1857

Browse files
authored
Update Dockerfile.base.20.09-py36-cuda11
1 parent 3c9ae59 commit 66b1857

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

commons/Dockerfile.base.20.09-py36-cuda11

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -31,56 +31,56 @@ RUN apt-get update -y && \
3131
apt-get update -y && \
3232
apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
3333
build-essential \
34-
ca-certificates \
34+
ca-certificates \
3535
gcc g++ make \
36-
gfortran \
37-
dkms \
36+
gfortran \
37+
dkms \
3838
git \
3939
curl \
4040
vim \
41-
yasm \
41+
yasm \
4242
wget zip unzip \
4343
software-properties-common \
44-
openssh-client openssh-server \
44+
openssh-client openssh-server \
4545
libssl-dev \
4646
libmpdec2 \
47-
pdsh curl net-tools \
48-
iputils-ping \
47+
pdsh curl net-tools \
48+
iputils-ping \
4949
libcurl3-dev \
5050
libfreetype6-dev \
5151
libhdf5-serial-dev \
5252
libzmq3-dev \
5353
libjpeg-dev \
5454
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 \
5959
libgeos-dev libgeos++-dev \
6060
pkg-config \
6161
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 \
6464
python${PYTHON_VERSION} \
6565
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 \
7171
libtiff-dev \
72-
libavcodec-dev \
72+
libavcodec-dev \
7373
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 \
8484
&& \
8585
find /usr/local/cuda-${CUDA}/lib64/ -type f -name 'lib*_static.a' -not -name 'libcudart_static.a' -delete
8686

0 commit comments

Comments
 (0)