We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c456831 commit 334d1d9Copy full SHA for 334d1d9
python-pytorch/Dockerfile.1.9-py38-cuda11.1
@@ -29,7 +29,7 @@ RUN python3 -m pip uninstall -y torch && \
29
30
# torch2trt PyTorch to TensorRT converter which utilizes the TensorRT Python API
31
WORKDIR /tmp
32
-RUN git clone https://github.com/NVIDIA-AI-IOT/torch2trt /tmp/torch2trt && \
+RUN git clone --branch=v0.3.0 https://github.com/NVIDIA-AI-IOT/torch2trt /tmp/torch2trt && \
33
cd /tmp/torch2trt && \
34
python3 setup.py install --plugins && \
35
rm -fr /tmp/torch2trt
0 commit comments