Skip to content
Snippets Groups Projects
Commit 4fd1dbbf authored by calrama's avatar calrama
Browse files

Misc

parent a16714d1
No related branches found
No related tags found
No related merge requests found
Pipeline #26667 canceled
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM nvidia/cudagl:10.0-runtime-ubuntu18.04 FROM nvidia/cudagl:10.0-runtime-ubuntu18.04
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>" LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
......
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2019 FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2019
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
RUN mkdir $PSHome/profile.d | out-null RUN mkdir $PSHome/profile.d | out-null
ADD powershell/Profile.ps1 /Windows/System32/WindowsPowerShell/v1.0/Profile.ps1 ADD powershell/Profile.ps1 /Windows/System32/WindowsPowerShell/v1.0/Profile.ps1
......
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
(New-Object Net.WebClient).DownloadFile('https://developer.download.nvidia.com/compute/cuda/10.1/Prod/network_installers/cuda_10.1.243_win10_network.exe', 'C:/cuda_10.1.243_win10_network.exe'); \ (New-Object Net.WebClient).DownloadFile('https://developer.download.nvidia.com/compute/cuda/10.1/Prod/network_installers/cuda_10.1.243_win10_network.exe', 'C:/cuda_10.1.243_win10_network.exe'); \
(New-Object Net.WebClient).DownloadFile('https://developer.download.nvidia.com/compute/redist/cudnn/v7.6.1/cudnn-10.1-windows10-x64-v7.6.1.34.zip', 'C:/cudnn-10.1-windows10-x64-v7.6.1.34.zip'); \ (New-Object Net.WebClient).DownloadFile('https://developer.download.nvidia.com/compute/redist/cudnn/v7.6.1/cudnn-10.1-windows10-x64-v7.6.1.34.zip', 'C:/cudnn-10.1-windows10-x64-v7.6.1.34.zip'); \
......
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
COPY opengl32.dll C:/Windows/System32/opengl32.dll COPY opengl32.dll C:/Windows/System32/opengl32.dll
COPY glu32.dll C:/Windows/System32/glu32.dll COPY glu32.dll C:/Windows/System32/glu32.dll
COPY ddraw.dll C:/Windows/System32/ddraw.dll COPY ddraw.dll C:/Windows/System32/ddraw.dll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment