Skip to content

Commit c3b751e

Browse files
committed
add pacakges
1 parent a19ebe0 commit c3b751e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

vendor/ngc-pytorch/Dockerfile.21.11-py3

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
1515
RUN apt-get update && \
1616
apt-get install -y --no-install-recommends \
1717
automake \
18+
bzip2 \
19+
cabextract \
1820
ffmpeg \
1921
fonts-nanum \
2022
fonts-nanum-coding \
@@ -34,7 +36,8 @@ RUN apt-get update && \
3436
libgstreamer-plugins-base1.0-dev \
3537
libgstreamer1.0-dev \
3638
libgtk-3-dev \
37-
libhdf5-dev \
39+
libhdf5-dev \
40+
libjemalloc-dev \
3841
libmp3lame-dev \
3942
libopenblas-dev \
4043
libopencore-amrnb-dev \
@@ -51,6 +54,8 @@ RUN apt-get update && \
5154
mercurial \
5255
ncurses-term \
5356
openjdk-8-jdk \
57+
pbzip2 \
58+
pv \
5459
pdsh \
5560
protobuf-compiler \
5661
v4l-utils \
@@ -103,7 +108,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
103108
apt-get install -y nodejs
104109

105110
WORKDIR /tmp
106-
RUN git clone -q --branch=v0.3.18 git://github.com/xianyi/OpenBLAS.git && \
111+
RUN git clone -q --branch=v0.3.20 https://github.com/xianyi/OpenBLAS.git && \
107112
cd OpenBLAS && \
108113
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
109114
make install
@@ -166,7 +171,7 @@ RUN python3 -m pip install --no-cache-dir \
166171
nni==2.5 \
167172
mlflow==1.21.0 \
168173
scikit-nni==0.2.1
169-
174+
RUN conda install -c conda-forge jupyter_client=7.1.0 jupyter_server=1.13.1 traitlets>=5.0 --force-reinstall
170175
RUN jupyter nbextensions_configurator enable && \
171176
jupyter contrib nbextension install && \
172177
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \

0 commit comments

Comments
 (0)