File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99# For now, it will be ubuntu 18.04
1010declare -A config_from_type
1111config_from_type[" cpu" ]=' ubuntu:18.04@sha256:3235326357dfb65f1781dbc4df3b834546d8bf914e82cce58e6e6b676e23ce8f'
12- config_from_type[" gpu" ]=' nvidia/cuda:10.1 -cudnn7-devel-ubuntu18.04@sha256:557de4ba2cb674029ffb602bed8f748d44d59bb7db9daa746ea72a102406d3ec '
12+ config_from_type[" gpu" ]=' nvidia/cuda:10.2 -cudnn7-devel-ubuntu18.04@sha256:d3f5d6e8fe105dadb55aef7c80191d6281bbd18989a05124b108b7c8a522a5ad '
1313
14- TENSORT_RT_6_PACKAGES=" libnvinfer6=6.0.1-1+cuda10.1 libnvinfer-dev=6.0.1-1+cuda10.1 libnvinfer-plugin6=6.0.1-1+cuda10.1 libnvinfer-plugin-dev=6.0.1-1+cuda10.1 "
14+ TENSORT_RT_6_PACKAGES=" libnvinfer6=6.0.1-1+cuda10.2 libnvinfer-dev=6.0.1-1+cuda10.2 libnvinfer-plugin6=6.0.1-1+cuda10.2 libnvinfer-plugin-dev=6.0.1-1+cuda10.2 "
1515
1616# Not sure on this : should gcc and g++ be included ?
1717# Useful for lot's of python install packages, let's go for yes
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ RUN set -ex; \
190190
191191# Installing TensorRT for cuda 10.1
192192RUN apt update \
193- && apt install libnvinfer6=6.0.1-1+cuda10.1 libnvinfer-dev=6.0.1-1+cuda10.1 libnvinfer-plugin6=6.0.1-1+cuda10.1 libnvinfer-plugin-dev=6.0.1-1+cuda10.1 -y --no-install-recommends \
193+ && apt install libnvinfer6=6.0.1-1+cuda10.2 libnvinfer-dev=6.0.1-1+cuda10.2 libnvinfer-plugin6=6.0.1-1+cuda10.2 libnvinfer-plugin-dev=6.0.1-1+cuda10.2 -y --no-install-recommends \
194194&& apt autoclean \
195195&& apt clean \
196196&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ RUN set -ex; \
154154
155155# Installing TensorRT for cuda 10.1
156156RUN apt update \
157- && apt install libnvinfer6=6.0.1-1+cuda10.1 libnvinfer-dev=6.0.1-1+cuda10.1 libnvinfer-plugin6=6.0.1-1+cuda10.1 libnvinfer-plugin-dev=6.0.1-1+cuda10.1 -y --no-install-recommends \
157+ && apt install libnvinfer6=6.0.1-1+cuda10.2 libnvinfer-dev=6.0.1-1+cuda10.2 libnvinfer-plugin6=6.0.1-1+cuda10.2 libnvinfer-plugin-dev=6.0.1-1+cuda10.2 -y --no-install-recommends \
158158&& apt autoclean \
159159&& apt clean \
160160&& rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments