Skip to content

Commit

Permalink
Update Dockerfile.win10.min (#5531)
Browse files Browse the repository at this point in the history
* Update Dockerfile.win10.min

* Revert incidentally removed string
  • Loading branch information
mc-nv committed Mar 29, 2023
1 parent ac23cd6 commit 47e2f6a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile.win10.min
Expand Up @@ -66,10 +66,7 @@ RUN vcpkg.exe update
RUN vcpkg.exe install openssl:x64-windows openssl-windows:x64-windows rapidjson:x64-windows re2:x64-windows boost-interprocess:x64-windows boost-stacktrace:x64-windows zlib:x64-windows pthread:x64-windows b64:x64-windows
RUN vcpkg.exe integrate install

# Install a recent version of cmake. The version installed with VS is
# older and specifically we need more recent version to avoid
# https://gitlab.kitware.com/cmake/cmake/-/issues/21492.
ARG CMAKE_VERSION=3.21.2
ARG CMAKE_VERSION=3.25.2
ARG CMAKE_FILE=cmake-${CMAKE_VERSION}-windows-x86_64
WORKDIR /
ADD https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${CMAKE_FILE}.zip ${CMAKE_FILE}.zip
Expand All @@ -95,12 +92,12 @@ ARG CUDA_INSTALL_ROOT_WP="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${

WORKDIR /

ARG TENSORRT_VERSION=8.5.1.7
ARG TENSORRT_VERSION=8.5.3.1
ARG TENSORRT_ZIP="TensorRT-${TENSORRT_VERSION}.Windows10.x86_64.cuda-11.8.cudnn8.6.zip"

LABEL TENSORRT_VERSION="${TENSORRT_VERSION}"

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

LABEL CUDNN_VERSION="${CUDNN_VERSION}"
Expand Down

0 comments on commit 47e2f6a

Please sign in to comment.