File tree 8 files changed +4
-8
lines changed
PyTorch/LanguageModeling/BERT
TensorFlow/LanguageModeling/BERT
TensorFlow2/LanguageModeling
8 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN pip install /workspace/install/python/tensorrtserver*.whl
33
33
WORKDIR /workspace/bert
34
34
RUN pip install --upgrade --no-cache-dir pip \
35
35
&& pip install --no-cache-dir \
36
- tqdm boto3 requests six ipdb h5py html2text nltk progressbar onnxruntime \
36
+ tqdm boto3 requests six ipdb h5py nltk progressbar onnxruntime \
37
37
git+https://github.com/NVIDIA/dllogger wget
38
38
39
39
RUN apt-get install -y iputils-ping
Original file line number Diff line number Diff line change 8
8
ipdb
9
9
#Data processing
10
10
h5py
11
- html2text
12
11
nltk
13
12
progressbar
14
13
#Others
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ${FROM_IMAGE_NAME}
4
4
5
5
RUN apt-get update && apt-get install -y pbzip2 pv bzip2 libcurl4 curl libb64-dev
6
6
RUN pip install --upgrade pip
7
- RUN pip install toposort networkx pytest nltk tqdm html2text progressbar pynvml
7
+ RUN pip install toposort networkx pytest nltk tqdm progressbar pynvml
8
8
RUN pip --no-cache-dir --no-cache install git+https://github.com/NVIDIA/dllogger wget
9
9
10
10
WORKDIR /workspace
Original file line number Diff line number Diff line change 5
5
pytest
6
6
nltk
7
7
tqdm
8
- html2text
9
8
progressbar
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ RUN pip3 install \
41
41
tensorflow_hub \
42
42
pynvml \
43
43
wget \
44
- html2text \
45
44
progressbar \
46
45
git+https://github.com/NVIDIA/dllogger
47
46
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ PIP_CMD="pip3 install \
67
67
tensorflow_hub \
68
68
pynvml \
69
69
wget \
70
- html2text \
71
70
progressbar \
72
71
git+https://github.com/NVIDIA/dllogger"
73
72
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN git clone https://github.com/soskek/bookcorpus.git
24
24
WORKDIR /workspace/electra
25
25
RUN pip install --upgrade --no-cache-dir pip \
26
26
&& pip install --no-cache-dir \
27
- tqdm boto3 requests six ipdb h5py html2text nltk progressbar filelock tokenizers==0.7.0 \
27
+ tqdm boto3 requests six ipdb h5py nltk progressbar filelock tokenizers==0.7.0 \
28
28
git+https://github.com/NVIDIA/dllogger \
29
29
nvidia-ml-py3==7.352.0
30
30
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ docker run -it --rm \
26
26
--privileged \
27
27
-e LD_LIBRARY_PATH=' /workspace/install/lib/' \
28
28
-v $PWD :/workspace/electra \
29
- electra $CMD
29
+ electra $CMD
You can’t perform that action at this time.
0 commit comments