duan8/Dockerfile
2020-11-17 14:32:56 +08:00

9 lines
182 B
Docker

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