Skip to content

Commit edb16c5

Browse files
pynvml added to Dockerfile
1 parent b181af5 commit edb16c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TensorFlow/LanguageModeling/BERT/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${FROM_IMAGE_NAME}
44

55
RUN apt-get update && apt-get install -y pbzip2 pv bzip2 libcurl4 curl libb64-dev
66
RUN pip install --upgrade pip
7-
RUN pip install toposort networkx pytest nltk tqdm html2text progressbar
7+
RUN pip install toposort networkx pytest nltk tqdm html2text progressbar pynvml
88
RUN pip --no-cache-dir --no-cache install git+https://github.com/NVIDIA/dllogger wget
99

1010
WORKDIR /workspace

0 commit comments

Comments
 (0)