Skip to content

Commit

Permalink
Remove onnx graphsurgery from Dockerfile (NVIDIA#5320)
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>

Signed-off-by: smajumdar <[email protected]>
Signed-off-by: Hainan Xu <[email protected]>
  • Loading branch information
titu1994 authored and Hainan Xu committed Nov 29, 2022
1 parent 4168027 commit 7966e2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ WORKDIR /tmp/torchaudio_build
COPY scripts/installers /tmp/torchaudio_build/scripts/installers/
RUN /bin/bash /tmp/torchaudio_build/scripts/installers/install_torchaudio_latest.sh

#install TRT tools: PT quantization support and ONNX graph optimizer
WORKDIR /tmp/trt_build
RUN git clone https://github.com/NVIDIA/TensorRT.git && \
cd TensorRT/tools/onnx-graphsurgeon && python setup.py install && \
cd ../pytorch-quantization && \
python setup.py install && \
rm -fr /tmp/trt_build

# install nemo dependencies
WORKDIR /tmp/nemo
COPY requirements .
Expand Down

0 comments on commit 7966e2d

Please sign in to comment.