File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
TensorFlow/LanguageModeling/BERT Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11[submodule "PyTorch/Translation/Transformer/cutlass "]
22 path = PyTorch/Translation/Transformer/cutlass
33 url = https://github.com/NVIDIA/cutlass.git
4- [submodule "TensorFlow/LanguageModeling/BERT/tensorrt-inference-server "]
5- path = TensorFlow/LanguageModeling/BERT/tensorrt-inference-server
6- url = https://github.com/NVIDIA/tensorrt-inference-server.git
7- branch = r19.08
84[submodule "PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server "]
95 path = PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server
106 url = https://github.com/NVIDIA/tensorrt-inference-server.git
Original file line number Diff line number Diff line change 11ARG FROM_IMAGE_NAME=nvcr.io/nvidia/tensorflow:19.08-py3
22
3- FROM tensorrtserver_client as trt
4-
53FROM ${FROM_IMAGE_NAME}
64
7- RUN apt-get update && apt-get install -y pbzip2 pv bzip2 libcurl3
5+ RUN apt-get update && apt-get install -y pbzip2 pv bzip2 libcurl4 curl
86
97RUN pip install toposort networkx pytest nltk tqdm html2text progressbar
108
@@ -17,7 +15,9 @@ RUN git clone https://github.com/titipata/pubmed_parser
1715RUN pip3 install /workspace/pubmed_parser
1816
1917# Copy the perf_client over
20- COPY --from=trt /workspace/install/ /workspace/install/
18+ ARG TRTIS_CLIENTS_URL=https://github.com/NVIDIA/tensorrt-inference-server/releases/download/v1.5.0/v1.5.0_ubuntu1804.clients.tar.gz
19+ RUN mkdir -p /workspace/install \
20+ && curl -L ${TRTIS_CLIENTS_URL} | tar xvz -C /workspace/install
2121
2222# Install the python wheel with pip
2323RUN pip install /workspace/install/python/tensorrtserver*.whl
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments