-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define a Dockerfile #591
Comments
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴🏽♂️ |
Hello @abcsds, this is a good start, thanks!
|
Hi @hoechenberger, |
Closing for mne-tools/mne-docker#24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Idea as follows:
bids_root
and work folder as volumes. (mounting is done on running, but volumes are declared)config.py
. Maybe through loading a workspace volume? (missing)python run.py --config=./work/config.py
(missing)The black box model would suppose the config.py and the data volume as entry points. The output is writen to the
bids_root
mounted volume.Here's an initial sugestion for a dockerfile:
This is not the insallation suggested in the documentation, but I couldn't get conda working its environments while building docker images. This installation should be cleaner anyway. I chose python's container, which is 916 MB. After this installation the MNE container is 2.59GB. MNE's install is large anyway.
The text was updated successfully, but these errors were encountered: