File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
16
16
RUN apt-get update && \
17
17
apt-get install -y --no-install-recommends \
18
18
automake \
19
+ bzip2 \
20
+ cabextract \
19
21
ffmpeg \
20
22
fonts-nanum \
21
23
fonts-nanum-coding \
@@ -35,8 +37,10 @@ RUN apt-get update && \
35
37
libgstreamer-plugins-base1.0-dev \
36
38
libgstreamer1.0-dev \
37
39
libgtk-3-dev \
38
- libhdf5-dev \
40
+ libhdf5-dev \
41
+ libjemalloc-dev \
39
42
libmp3lame-dev \
43
+ libncurses-dev \
40
44
libopenblas-dev \
41
45
libopencore-amrnb-dev \
42
46
libopencore-amrwb-dev \
@@ -51,7 +55,9 @@ RUN apt-get update && \
51
55
libtbb-dev \
52
56
mercurial \
53
57
ncurses-term \
54
- openjdk-8-jdk \
58
+ openjdk-8-jdk \
59
+ pbzip2 \
60
+ pv \
55
61
pdsh \
56
62
protobuf-compiler \
57
63
v4l-utils \
@@ -121,7 +127,10 @@ RUN git clone -q --branch=v0.3.20 https://github.com/xianyi/OpenBLAS.git && \
121
127
cd /tmp/scs-python && \
122
128
python setup.py install --scs --gpu
123
129
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
+
125
134
126
135
WORKDIR /tmp
127
136
COPY ./requirements.22.02.txt /tmp/requirements.txt
@@ -179,6 +188,7 @@ RUN python3 -m pip install --no-cache-dir \
179
188
mlflow==1.21.0 \
180
189
scikit-nni==0.2.1
181
190
191
+ RUN rm /usr/local/bin/node
182
192
RUN jupyter nbextensions_configurator enable && \
183
193
jupyter contrib nbextension install && \
184
194
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
You can’t perform that action at this time.
0 commit comments