cog icon indicating copy to clipboard operation
cog copied to clipboard

Support file URLs via API

Open bfirsh opened this issue 3 years ago • 0 comments

It should be possible to pass URLs in the form file:// to Cog's API. This is for the case where you're calling the API locally, or if you're using local storage or network block storage for efficiency.

The complexity is you'll need to mount that directory as a volume in the Docker container, so it'll need some "warning this doesn't work as you expect!" documentation.

bfirsh avatar Aug 03 '22 15:08 bfirsh