Skip to content

Commit 334d1d9

Browse files
committed
fixed torch2trt
1 parent c456831 commit 334d1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pytorch/Dockerfile.1.9-py38-cuda11.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN python3 -m pip uninstall -y torch && \
2929

3030
# torch2trt PyTorch to TensorRT converter which utilizes the TensorRT Python API
3131
WORKDIR /tmp
32-
RUN git clone https://github.com/NVIDIA-AI-IOT/torch2trt /tmp/torch2trt && \
32+
RUN git clone --branch=v0.3.0 https://github.com/NVIDIA-AI-IOT/torch2trt /tmp/torch2trt && \
3333
cd /tmp/torch2trt && \
3434
python3 setup.py install --plugins && \
3535
rm -fr /tmp/torch2trt

0 commit comments

Comments
 (0)