Skip to content
Snippets Groups Projects
Commit 56717dab authored by calrama's avatar calrama
Browse files

Remove separate VsDevEnv script, move Library upwards

parent f4c18834
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl ...@@ -22,7 +22,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
python -m pip --no-cache-dir install --no-warn-script-location \ python -m pip --no-cache-dir install --no-warn-script-location \
wheel \ wheel \
twine twine
COPY VsDevEnv.ps1 C:/VsDevEnv.ps1 COPY Library.ps1 C:/Library.ps1
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
(New-Object Net.WebClient).DownloadFile('https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_win10_network', 'C:/cuda_9.2.148_win10_network.exe'); \ (New-Object Net.WebClient).DownloadFile('https://developer.nvidia.com/compute/cuda/9.2/Prod2/network_installers2/cuda_9.2.148_win10_network', 'C:/cuda_9.2.148_win10_network.exe'); \
...@@ -121,4 +121,3 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \ ...@@ -121,4 +121,3 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \
numpy \ numpy \
scipy \ scipy \
pandas pandas
COPY lib.ps1 C:/lib.ps1
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment