Skip to content

Commit 6f0aa51

Browse files
authored
Update Dockerfile.20.11-tf2-py3
1 parent 66b1857 commit 6f0aa51

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/tensorflow:20.12-tf2-py3
1+
FROM nvcr.io/nvidia/tensorflow:20.11-tf2-py3
22
# NVIDIA DIGITS runs on Python 3.6
33

44
RUN apt-get update && \
@@ -16,9 +16,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
1616
RUN apt-get update && \
1717
apt-get install -y \
1818
openjdk-8-jdk \
19-
libasound2-dev \
20-
gfortran \
21-
automake \
19+
libasound2-dev \
20+
gfortran \
21+
automake \
2222
&& \
2323
cd /tmp && \
2424
curl -LO https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz && \
@@ -48,28 +48,28 @@ RUN echo "Install mecab-ko-dic" && \
4848
# OpenCV
4949
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
5050
apt-get install -y \
51-
libgstreamer1.0-dev \
52-
libgstreamer-plugins-base1.0-dev \
53-
libgtk-3-dev \
51+
libgstreamer1.0-dev \
52+
libgstreamer-plugins-base1.0-dev \
53+
libgtk-3-dev \
5454
libtbb-dev \
55-
libatlas-base-dev \
56-
libdc1394-22-dev \
57-
libxvidcore-dev \
58-
libfaac-dev \
59-
libmp3lame-dev \
60-
libtheora-dev \
61-
libvorbis-dev \
62-
libxvidcore-dev \
63-
libopencore-amrnb-dev libopencore-amrwb-dev \
64-
libavresample-dev \
65-
x264 \
66-
libx264-dev \
67-
v4l-utils \
68-
libprotobuf-dev protobuf-compiler \
69-
libgoogle-glog-dev libgflags-dev \
70-
libgphoto2-dev \
71-
libeigen3-dev \
72-
libhdf5-dev \
55+
libatlas-base-dev \
56+
libdc1394-22-dev \
57+
libxvidcore-dev \
58+
libfaac-dev \
59+
libmp3lame-dev \
60+
libtheora-dev \
61+
libvorbis-dev \
62+
libxvidcore-dev \
63+
libopencore-amrnb-dev libopencore-amrwb-dev \
64+
libavresample-dev \
65+
x264 \
66+
libx264-dev \
67+
v4l-utils \
68+
libprotobuf-dev protobuf-compiler \
69+
libgoogle-glog-dev libgflags-dev \
70+
libgphoto2-dev \
71+
libeigen3-dev \
72+
libhdf5-dev \
7373
&& \
7474
apt-get clean && \
7575
rm -rf /var/lib/apt/lists/
@@ -135,7 +135,7 @@ RUN git clone --recursive https://github.com/bodono/scs-python.git && \
135135
COPY ./numpy-1.19.4-cp36-cp36m-manylinux2010_x86_64.whl /tmp
136136
COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
137137
RUN python3 -m pip install --no-cache-dir \
138-
Cython==0.29.21 \
138+
Cython==0.29.21 \
139139
tornado==6.0.4 \
140140
pystan==2.19.1.1 \
141141
pycairo==1.19.0 \

0 commit comments

Comments
 (0)