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
On the other end, what is a small cloud implementation, and how do you plan on making that easy to install for researchers with smaller budgets?
...my short answer is Docker. Build images to make it easy for researchers to develop their models inside Docker containers put these images on DockerHub so that everyone can find them. Then the models can be run locally or on any other compute infrastructure that accepts containers.
As a bonus, a container will make it trivially easy for another research team to replicate the analysis of ay particular model. Just grab the image and run the app in the container!
The text was updated successfully, but these errors were encountered:
In issue #6 @KG-ethc asked...
...my short answer is Docker. Build images to make it easy for researchers to develop their models inside Docker containers put these images on DockerHub so that everyone can find them. Then the models can be run locally or on any other compute infrastructure that accepts containers.
As a bonus, a container will make it trivially easy for another research team to replicate the analysis of ay particular model. Just grab the image and run the app in the container!
The text was updated successfully, but these errors were encountered: