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 513f577 commit c456831Copy full SHA for c456831
python-pytorch/Dockerfile.1.8-py38-cuda11.1
@@ -28,7 +28,7 @@ RUN python3 -m pip uninstall -y torch && \
28
29
# torch2trt PyTorch to TensorRT converter which utilizes the TensorRT Python API
30
WORKDIR /tmp
31
-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 && \
32
cd /tmp/torch2trt && \
33
python3 setup.py install --plugins && \
34
rm -fr /tmp/torch2trt
0 commit comments