-
Notifications
You must be signed in to change notification settings - Fork 48
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
Provide a no-brainer docker-compose build #80
base: master
Are you sure you want to change the base?
Conversation
@parisni , thanks for this! I've attempted to run the Docker MIMIC-III demo build. I added the files to the When initially setting things up, I also noticed that a lot of the links in the primary README are broken. |
Hi @briangow thanks for your attempt. From the logs most of the errors you have are no big deal, for example missing schemas that are then created. Eventually the data is created, as this example shows:
But then this one retains my attention:
You might have to create a |
After few years of hibernation, we tried an install from scratch and noticed few issues, leading to very painful experience. This PR solve the issues, and also provide a no brain docker-compose script to build the mimic-omop database. The build duration is less than 1 hour on a laptop, and it is compatible with both mimic demo or latest mimic 3 export.
Some of the major issues:
Painful aspects: