File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM nvcr.io/nvidia/tensorflow:20.12 -tf2-py3
1
+ FROM nvcr.io/nvidia/tensorflow:20.11 -tf2-py3
2
2
# NVIDIA DIGITS runs on Python 3.6
3
3
4
4
RUN apt-get update && \
@@ -16,9 +16,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
16
16
RUN apt-get update && \
17
17
apt-get install -y \
18
18
openjdk-8-jdk \
19
- libasound2-dev \
20
- gfortran \
21
- automake \
19
+ libasound2-dev \
20
+ gfortran \
21
+ automake \
22
22
&& \
23
23
cd /tmp && \
24
24
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" && \
48
48
# OpenCV
49
49
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
50
50
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 \
54
54
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 \
73
73
&& \
74
74
apt-get clean && \
75
75
rm -rf /var/lib/apt/lists/
@@ -135,7 +135,7 @@ RUN git clone --recursive https://github.com/bodono/scs-python.git && \
135
135
COPY ./numpy-1.19.4-cp36-cp36m-manylinux2010_x86_64.whl /tmp
136
136
COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
137
137
RUN python3 -m pip install --no-cache-dir \
138
- Cython==0.29.21 \
138
+ Cython==0.29.21 \
139
139
tornado==6.0.4 \
140
140
pystan==2.19.1.1 \
141
141
pycairo==1.19.0 \
You can’t perform that action at this time.
0 commit comments