Skip to content

Commit

Permalink
Fix file name in windows dockerfile (triton-inference-server#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 authored Dec 2, 2022
1 parent 43d65c0 commit 4cd11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.win10.min
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ARG TENSORRT_ZIP="TensorRT-${TENSORRT_VERSION}.Windows10.x86_64.cuda-11.8.cudnn8
LABEL TENSORRT_VERSION="${TENSORRT_VERSION}"

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

LABEL CUDNN_VERSION="${CUDNN_VERSION}"

Expand Down

0 comments on commit 4cd11dd

Please sign in to comment.