ray/.buildkite/windows/Dockerfile
2021-09-03 11:41:06 -07:00

14 lines
379 B
Docker

FROM mcr.microsoft.com/windows/servercore:ltsc2019
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
COPY install C:/Install/
WORKDIR C:/Install
RUN Write-Output "Dry run windows docker build"
# RUN ./main.ps1
# RUN ./java.ps1
# RUN ./miniconda.ps1
# RUN ./git.ps1
# RUN ./bazel.ps1
# RUN ./msys.ps1
# RUN ./ray.ps1