-
Notifications
You must be signed in to change notification settings - Fork 1
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
Code in containers #275
Comments
I agree having a Docker file to build a reproducible environment would be very useful, and make it easier for developer so set up the correct environment. To be a little more specific, |
I have |
Yes. It's working in a linux docker container. I am still suggesting that we use Docker for the purpose of reproducible environment. |
Yes, I agree that a common Docker dev environment would be helpful. One drawback to doing this could be performance, especially when testing out resource-intensive routines, which |
It looks like we didn't add the |
If you are running locally and want to test the workflows, we recommend using docker container. Look into Docker instructions in the documentation. |
Since different developers are working with different operating systems, I think we should consider using docker for development so that two developers will have a same experience.
Example:
bioformats2raw
(an application used for converting .czi files to .zarr) doesn't work with M2 chip, but works on linux.The text was updated successfully, but these errors were encountered: