File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,14 @@ WORKDIR /tmp
188
188
RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
189
189
python3 -m pip install --no-cache-dir -U setuptools pip
190
190
191
- RUN python3 -m pip install --no-cache-dir --upgrade \
191
+ RUN python3 -m pip install --no-cache-dir \
192
192
Cython==0.29.21 \
193
- tornado==6.0.4 \
193
+ tornado==6.1 \
194
194
pystan==2.19.1.1 \
195
195
pycairo==1.12.0 \
196
- python-language-server[all] \
197
- matplotlib==3.1.1
196
+ python-language-server[all] \
197
+ nvidia-pyindex==1.0.5 \
198
+ matplotlib==3.3.3
198
199
199
200
WORKDIR /tmp
200
201
RUN git clone -q --branch=master git://github.com/xianyi/OpenBLAS.git && \
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ ngraph-tensorflow-bridge==0.18.0
157
157
nltk == 3.2.5
158
158
numba == 0.48.0
159
159
numexpr == 2.7.0
160
+ nvidia-dlprof == 0.0.1.dev4
160
161
oauthlib == 3.1.0
161
162
oauth2client == 3.0.0
162
163
onnx == 1.6.0
@@ -260,6 +261,7 @@ statsmodels==0.11.1
260
261
stopit == 1.1.2
261
262
tabulate == 0.8.7
262
263
tblib == 1.6.0
264
+ tensorflow_model_analysis == 0.26.0
263
265
termcolor == 1.1.0
264
266
terminado == 0.8.3
265
267
test-generator == 0.1.1
You can’t perform that action at this time.
0 commit comments