cbrain
cbrain copied to clipboard
Dockerized Development Setup for CBRAIN
Background
While setting up the CBRAIN project locally, I faced several challenges with dependencies and configuration. I inquired in a previous issue whether a Dockerized development environment exists, and the mentor confirmed that there isn't one currently but that it's something planned for the future.
Proposal
I'd like to propose the creation of a Docker-based setup for the CBRAIN development environment. This would help:
- Simplify the onboarding process for new contributors.
- Ensure consistency across development environments.
- Reduce setup time and eliminate environment-specific issues.
@prioux I would like to work upon this with you guidance can I please?