Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzfb committed Sep 22, 2024
1 parent 191949f commit 57cdb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ apt-get install libcudnn8-dev=8.9.5.*-1+cuda12.2

# install trt
RUN mkdir -p /root/.3rd && cd /root/.3rd && \
wget http://192.168.1.182:9000/sdk/3rd/TensorRT-8.6.1.6.tar.gz && \
tar -zvxf TensorRT-8.6.1.6.tar.gz && rm TensorRT-8.6.1.6.tar.gz
wget https://file.vibstring.com/TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz && \
tar -zvxf TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz && rm TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz

ENV LD_LIBRARY_PATH=/root/.3rd/TensorRT-8.6.1.6/lib:$LD_LIBRARY_PATH

Expand Down

0 comments on commit 57cdb1a

Please sign in to comment.