Skip to content

Commit

Permalink
Windows Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Nov 23, 2022
1 parent 9963196 commit fe77c8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.win10.min
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ ARG TENSORRT_ZIP="TensorRT-${TENSORRT_VERSION}.Windows10.x86_64.cuda-11.8.cudnn8

LABEL TENSORRT_VERSION="${TENSORRT_VERSION}"

ARG CUDNN_VERSION=8.3.2.44
ARG CUDNN_DIR=cudnn-windows-x86_64-${CUDNN_VERSION}_cuda11.5-archive
ARG CUDNN_ZIP=${CUDNN_DIR}.zip
ARG CUDNN_VERSION=8.7.0.80
ARG CUDNN_ZIP=cudnn-${CUDNN_VERSION}.zip

LABEL CUDNN_VERSION="${CUDNN_VERSION}"

Expand Down

0 comments on commit fe77c8b

Please sign in to comment.