Skip to content

Commit

Permalink
add Dockerfile (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfengYuan authored Nov 17, 2020
1 parent 6adbe35 commit 659fd2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ARG TENSORRT="7"
ARG CUDA="10"

FROM hakuyyf/tensorrtx:trt${TENSORRT}_cuda${CUDA}

RUN apt-get update

# git clone tensorrtx
RUN git clone https://github.com/wang-xinyu/tensorrtx.git

0 comments on commit 659fd2b

Please sign in to comment.