File tree Expand file tree Collapse file tree
scripts/docker_files/docker_file_wheelbuilder_windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ RUN powershell.exe -Command \
102102 c:\p ython\3 13\p ython.exe -m pip install --upgrade setuptools wheel
103103
104104# Install python 3.14
105- RUN powershell.exe -Command \
106- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
107- wget https://www.python.org/ftp/python/3.14.0/python-3.14.0-amd64.exe -OutFile c:\t emp\p ython314.exe; \
108- mkdir c:\p ython\3 14; \
109- Start-Process c:\t emp\p ython314.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=0 TargetDir=c:\\ python\\ 314' -Wait; \
110- c:\p ython\3 14\p ython.exe -m pip install --upgrade pip; \
111- c:\p ython\3 14\p ython.exe -m pip install --upgrade setuptools wheel
105+ # RUN powershell.exe -Command \
106+ # [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
107+ # wget https://www.python.org/ftp/python/3.14.0/python-3.14.0-amd64.exe -OutFile c:\temp\python314.exe; \
108+ # mkdir c:\python\314; \
109+ # Start-Process c:\temp\python314.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=0 TargetDir=c:\\python\\314' -Wait; \
110+ # c:\python\314\python.exe -m pip install --upgrade pip; \
111+ # c:\python\314\python.exe -m pip install --upgrade setuptools wheel
112112
113113# Download and extract hdf5
114114RUN powershell.exe -Command \
You can’t perform that action at this time.
0 commit comments