Skip to content

Commit 60758d1

Browse files
committed
update need packages
1 parent 94737e4 commit 60758d1

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

vendor/ngc-pytorch/Dockerfile.22.02-py3

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
1616
RUN apt-get update && \
1717
apt-get install -y --no-install-recommends \
1818
automake \
19+
bzip2 \
20+
cabextract \
1921
ffmpeg \
2022
fonts-nanum \
2123
fonts-nanum-coding \
@@ -35,8 +37,10 @@ RUN apt-get update && \
3537
libgstreamer-plugins-base1.0-dev \
3638
libgstreamer1.0-dev \
3739
libgtk-3-dev \
38-
libhdf5-dev \
40+
libhdf5-dev \
41+
libjemalloc-dev \
3942
libmp3lame-dev \
43+
libncurses-dev \
4044
libopenblas-dev \
4145
libopencore-amrnb-dev \
4246
libopencore-amrwb-dev \
@@ -51,7 +55,9 @@ RUN apt-get update && \
5155
libtbb-dev \
5256
mercurial \
5357
ncurses-term \
54-
openjdk-8-jdk \
58+
openjdk-8-jdk \
59+
pbzip2 \
60+
pv \
5561
pdsh \
5662
protobuf-compiler \
5763
v4l-utils \
@@ -112,7 +118,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
112118
apt-get install -y nodejs
113119

114120
WORKDIR /tmp
115-
RUN git clone -q --branch=v0.3.20 git://github.com/xianyi/OpenBLAS.git && \
121+
RUN git clone -q --branch=v0.3.20 https://github.com/xianyi/OpenBLAS.git && \
116122
cd OpenBLAS && \
117123
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
118124
make install && \
@@ -121,7 +127,10 @@ RUN git clone -q --branch=v0.3.20 git://github.com/xianyi/OpenBLAS.git && \
121127
cd /tmp/scs-python && \
122128
python setup.py install --scs --gpu
123129

124-
RUN /opt/conda/bin/conda install -c conda-forge opencv ffmpeg spacy
130+
RUN /opt/conda/bin/conda install -c conda-forge opencv ffmpeg spacy \
131+
jupyter_client=7.1.0 jupyter_server=1.13.1 \
132+
traitlets>=5.0 --force-reinstall
133+
125134

126135
WORKDIR /tmp
127136
COPY ./requirements.22.02.txt /tmp/requirements.txt
@@ -179,6 +188,7 @@ RUN python3 -m pip install --no-cache-dir \
179188
mlflow==1.21.0 \
180189
scikit-nni==0.2.1
181190

191+
RUN rm /usr/local/bin/node
182192
RUN jupyter nbextensions_configurator enable && \
183193
jupyter contrib nbextension install && \
184194
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \

0 commit comments

Comments
 (0)