Would a scivision docker image be useful #328
Replies: 4 comments
-
Can see that something like this might be useful - here are some thoughts!
|
Beta Was this translation helpful? Give feedback.
-
We were discussing yesterday making scivision not so completely model-agnostic, and instead offering an interface to a number of popular frameworks for model authors to build on. We could make sure these are supported by an image, at a minimum. |
Beta Was this translation helpful? Give feedback.
-
TL;DR A docker image with a pip install instruction is not a big deal. If someone needs one, expect more background knowledge. Target novice users first with a very easy to use python package that is pip-installable and interfaced to the most common AI frameworks and network topologies. I would not reinvent the wheel. There are already many existing docker images with PyTorch or TensorFlow (& GPU support) that can be used as a base image to install scivision into. These docker images can (normally!) be easily converted to Singularity, and it would not enforce anyone to use Singularity if they're not familiar. |
Beta Was this translation helpful? Give feedback.
-
based on recent discussions such as #325 I don't think this is the route we want to go down, but I have converted this to a discussion rather than close the issue |
Beta Was this translation helpful? Give feedback.
-
@acocac noticed with a scivision plugin package he is creating that a because a requirement is detectron2, he needed things like PyTorch and torchvision pre-installed for this to work correctly.
I wonder if in the long run, we should also have a scivision docker image as well as the python package, which includes the python package, but also useful stuff like CUDA and PyTorch etc that are difficult to install?
@ots22 I would be interested to hear your opinion on this
Beta Was this translation helpful? Give feedback.
All reactions