Skip to content

Commit b1f62ac

Browse files
committed
Nvidia dlprof
1 parent 6369905 commit b1f62ac

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

commons/Dockerfile.base.cuda11.1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,14 @@ WORKDIR /tmp
188188
RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
189189
python3 -m pip install --no-cache-dir -U setuptools pip
190190

191-
RUN python3 -m pip install --no-cache-dir --upgrade \
191+
RUN python3 -m pip install --no-cache-dir \
192192
Cython==0.29.21 \
193-
tornado==6.0.4 \
193+
tornado==6.1 \
194194
pystan==2.19.1.1 \
195195
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
198199

199200
WORKDIR /tmp
200201
RUN git clone -q --branch=master git://github.com/xianyi/OpenBLAS.git && \

commons/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ ngraph-tensorflow-bridge==0.18.0
157157
nltk==3.2.5
158158
numba==0.48.0
159159
numexpr==2.7.0
160+
nvidia-dlprof==0.0.1.dev4
160161
oauthlib==3.1.0
161162
oauth2client==3.0.0
162163
onnx==1.6.0
@@ -260,6 +261,7 @@ statsmodels==0.11.1
260261
stopit==1.1.2
261262
tabulate==0.8.7
262263
tblib==1.6.0
264+
tensorflow_model_analysis==0.26.0
263265
termcolor==1.1.0
264266
terminado==0.8.3
265267
test-generator==0.1.1

0 commit comments

Comments
 (0)