Skip to content

Commit 1cebd98

Browse files
committed
Merge branch 'master' of github.com:lablup/backend.ai-kernels
2 parents bce8a4c + 60758d1 commit 1cebd98

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

vendor/ngc-pytorch/Dockerfile.22.02-py3

Lines changed: 13 additions & 3 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 \
@@ -121,7 +127,10 @@ RUN git clone -q --branch=v0.3.20 https://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)