MaastrichtU-IDS / dsri-documentation

📖 Documentation for the Data Science Research Infrastructure at Maastricht University
https://dsri.maastrichtuniversity.nl
MIT License
21 stars 8 forks source link

Add shared memory volume mounts for GPU images #31

Closed surajpaib closed 3 years ago

surajpaib commented 3 years ago

Before sending a pull request make sure the DSRI documentation website still work as expected with the new changes properly integrated. Check the README to run the website in a development environment: https://github.com/MaastrichtU-IDS/dsri-documentation#run-for-development

Motivation

Shared Memory is essential for multiprocessing and should be a default on GPU containers

Changes added

This PR integrates default volume mounts for shared memory as mentioned here: https://access.redhat.com/documentation/en-us/openshift_container_platform/3.10/html/developer_guide/dev-guide-shared-memory

List the changes added to the documentation here No changes made to docs