File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
15
15
RUN apt-get update && \
16
16
apt-get install -y --no-install-recommends \
17
17
automake \
18
+ bzip2 \
19
+ cabextract \
18
20
ffmpeg \
19
21
fonts-nanum \
20
22
fonts-nanum-coding \
@@ -34,7 +36,8 @@ RUN apt-get update && \
34
36
libgstreamer-plugins-base1.0-dev \
35
37
libgstreamer1.0-dev \
36
38
libgtk-3-dev \
37
- libhdf5-dev \
39
+ libhdf5-dev \
40
+ libjemalloc-dev \
38
41
libmp3lame-dev \
39
42
libopenblas-dev \
40
43
libopencore-amrnb-dev \
@@ -51,6 +54,8 @@ RUN apt-get update && \
51
54
mercurial \
52
55
ncurses-term \
53
56
openjdk-8-jdk \
57
+ pbzip2 \
58
+ pv \
54
59
pdsh \
55
60
protobuf-compiler \
56
61
v4l-utils \
@@ -103,7 +108,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
103
108
apt-get install -y nodejs
104
109
105
110
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 && \
107
112
cd OpenBLAS && \
108
113
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
109
114
make install
@@ -166,7 +171,7 @@ RUN python3 -m pip install --no-cache-dir \
166
171
nni==2.5 \
167
172
mlflow==1.21.0 \
168
173
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
170
175
RUN jupyter nbextensions_configurator enable && \
171
176
jupyter contrib nbextension install && \
172
177
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \
You can’t perform that action at this time.
0 commit comments