Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 528 Bytes

File metadata and controls

21 lines (14 loc) · 528 Bytes

Dockerfiles

A collection of dockerfiles and ansible scripts used by developers and CI for mantid.

The images are split into folders by OS with documentation for editing and deploying setups available in each folder.

Troubleshooting

Windows Interpreter Errors

When running playbooks on Windows machines, incorrect line endings can result in bad interpreter errors.

To fix this (when using WSL):

sudo apt install dos2unix
dos2unix <PATH_TO_SCRIPT>