You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ease the process of installing MCML in multiple computers and address the issue of missing libraries and facilitate the usage of docker in multiple versions of CUDA, it would be ideal to create a wrapper communicates with docker to interact with pre-built MCML docker images. This functionality should be capable of:
Communicate with docker client to check if image already exists and if not, download it from dockerhub
Launch MCML image from python
Copy MCML output to host location
🔈 Motivation
People aiming to use MCML would need to manually create and read files from the disk, which might not be obvious at first glance.
🛰 Alternatives
Create a python wrapper that handles the communication with MCML
📎 Additional context
None
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
To ease the process of installing MCML in multiple computers and address the issue of missing libraries and facilitate the usage of docker in multiple versions of CUDA, it would be ideal to create a wrapper communicates with docker to interact with pre-built MCML docker images. This functionality should be capable of:
🔈 Motivation
People aiming to use MCML would need to manually create and read files from the disk, which might not be obvious at first glance.
🛰 Alternatives
Create a python wrapper that handles the communication with MCML
📎 Additional context
None
The text was updated successfully, but these errors were encountered: