Skip to content

Commit 1958382

Browse files
authored
Update Dockerfile.20.11-tf1-py3
1 parent 51cdf92 commit 1958382

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

vendor/ngc-tensorflow/Dockerfile.20.11-tf1-py3

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
2222
RUN apt-get update && \
2323
apt-get install -y \
2424
openjdk-8-jdk \
25-
libasound2-dev \
26-
gfortran \
27-
automake \
25+
libasound2-dev \
26+
gfortran \
27+
automake \
2828
&& \
2929
cd /tmp && \
3030
curl -LO https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz && \
@@ -53,28 +53,28 @@ RUN echo "Install mecab-ko-dic" && \
5353
# OpenCV
5454
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
5555
apt-get install -y \
56-
libgstreamer1.0-dev \
57-
libgstreamer-plugins-base1.0-dev \
58-
libgtk-3-dev \
56+
libgstreamer1.0-dev \
57+
libgstreamer-plugins-base1.0-dev \
58+
libgtk-3-dev \
5959
libtbb-dev \
60-
libatlas-base-dev \
61-
libdc1394-22-dev \
62-
libxvidcore-dev \
63-
libfaac-dev \
64-
libmp3lame-dev \
65-
libtheora-dev \
66-
libvorbis-dev \
67-
libxvidcore-dev \
68-
libopencore-amrnb-dev libopencore-amrwb-dev \
69-
libavresample-dev \
70-
x264 \
71-
libx264-dev \
72-
v4l-utils \
73-
libprotobuf-dev protobuf-compiler \
74-
libgoogle-glog-dev libgflags-dev \
75-
libgphoto2-dev \
76-
libeigen3-dev \
77-
libhdf5-dev \
60+
libatlas-base-dev \
61+
libdc1394-22-dev \
62+
libxvidcore-dev \
63+
libfaac-dev \
64+
libmp3lame-dev \
65+
libtheora-dev \
66+
libvorbis-dev \
67+
libxvidcore-dev \
68+
libopencore-amrnb-dev libopencore-amrwb-dev \
69+
libavresample-dev \
70+
x264 \
71+
libx264-dev \
72+
v4l-utils \
73+
libprotobuf-dev protobuf-compiler \
74+
libgoogle-glog-dev libgflags-dev \
75+
libgphoto2-dev \
76+
libeigen3-dev \
77+
libhdf5-dev \
7878
&& \
7979
apt-get clean && \
8080
rm -rf /var/lib/apt/lists/

0 commit comments

Comments
 (0)