Skip to content

Commit

Permalink
Update trt docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitroprobachay committed Oct 7, 2021
1 parent 104f4f7 commit 1821aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/tensorrt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ARG ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime
ARG ONNXRUNTIME_BRANCH=master
ARG CMAKE_CUDA_ARCHITECTURES=37;50;52;60;61;70;75;80

RUN apt-get install -y sudo git bash unattended-upgrades
RUN apt-get update &&\
apt-get install -y sudo git bash unattended-upgrades
RUN unattended-upgrade

WORKDIR /code
Expand Down

0 comments on commit 1821aeb

Please sign in to comment.