princeton-ddss / blackfish

Machine learning as a service (MLaaS) for busy researchers
https://princeton-ddss.github.io/blackfish/
0 stars 0 forks source link

Support local services #15

Closed cswaney closed 2 months ago

cswaney commented 3 months ago

For testing purposes (primarily), it is useful to be able to run models locally.

In "local mode", Blackfish can use a Dockerfile or an Apptainer image, depending on the platform (default: Docker if available). It simply needs to run a container on the same system where the application is running and use the container software commands to examine service state.

cswaney commented 2 months ago

Closed by #18