Skip to content

Commit

Permalink
removing Whitespaces (#6293)
Browse files Browse the repository at this point in the history
* removing Whitespaces

* removing whitespaces
  • Loading branch information
mc-nv committed Sep 29, 2023
1 parent 850a301 commit 63a0cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.win10.min
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ARG CMAKE_SOURCE=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VER

ADD ${CMAKE_SOURCE} ${CMAKE_FILE}.zip
RUN unzip %CMAKE_FILE%.zip
RUN move %CMAKE_FILE% "c:\CMake"
RUN move %CMAKE_FILE% "c:\CMake"
RUN setx PATH "c:\CMake\bin;%PATH%"

ENV CMAKE_TOOLCHAIN_FILE /vcpkg/scripts/buildsystems/vcpkg.cmake
Expand All @@ -69,7 +69,7 @@ RUN pip install grpcio-tools
LABEL PYTHON_VERSION=${PYTHON_VERSION}

#
# Installing Visual Studio BuildTools: VS17 2022
# Installing Visual Studio BuildTools: VS17 2022
#
ARG BUILDTOOLS_VERSION
# Download collect.exe in case of an install failure.
Expand All @@ -83,14 +83,14 @@ ARG BUILD_TOOLS_SOURCE=https://aka.ms/vs/17/release/vs_buildtools.exe
ADD ${BUILD_TOOLS_SOURCE} vs_buildtools.exe
# Install Build Tools with the Microsoft.VisualStudio.Workload.VCTools workload, including recommended.
ARG VS_INSTALL_PATH_WP="C:\BuildTools"
RUN vs_buildtools.exe --quiet --wait --norestart --nocache install --installPath %VS_INSTALL_PATH_WP% --channelUri "C:\tmp\VisualStudio.chman" --installChannelUri "C:\tmp\VisualStudio.chman" --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --locale "En-us"
RUN vs_buildtools.exe --quiet --wait --norestart --nocache install --installPath %VS_INSTALL_PATH_WP% --channelUri "C:\tmp\VisualStudio.chman" --installChannelUri "C:\tmp\VisualStudio.chman" --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --locale "En-us"

LABEL BUILDTOOLS_VERSION=${BUILDTOOLS_VERSION}

WORKDIR /

#
# Installing Vcpkg
# Installing Vcpkg
#
ARG VCPGK_VERSION=2023.07.21
RUN git clone --single-branch --depth=1 -b %VCPGK_VERSION% https://github.com/microsoft/vcpkg.git
Expand All @@ -105,7 +105,7 @@ LABEL VCPGK_VERSION=${VCPGK_VERSION}
WORKDIR /

#
# Installing CUDA
# Installing CUDA
#
ARG CUDA_MAJOR=12
ARG CUDA_MINOR=2
Expand Down

0 comments on commit 63a0cff

Please sign in to comment.