add Dockerfile (#291)

This commit is contained in:
Alfeng Yuan 2020-11-17 14:32:56 +08:00 committed by GitHub
parent 6adbe35a4b
commit 659fd2b234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Dockerfile Normal file
View File

@ -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