add Dockerfile (#291)
This commit is contained in:
parent
6adbe35a4b
commit
659fd2b234
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user