On Ubuntu I noticed cog failed with a vague message when attempting to use predict from one of the projects on replicate. There could be a check in cog to make sure docker is installed and the current user is able to execute commands. In my case I needed to run cog as root since docker was only accessible as root at that time.
The errors shown to the user with the latest version at the time: v0.0.18, were: Failed to determine if r8.im/... exists: exit status 1 as it fell back to file system checks, and when --debug was used, the docker inspect failed without any further messaging.
On Ubuntu I noticed cog failed with a vague message when attempting to use
predictfrom one of the projects on replicate. There could be a check in cog to make sure docker is installed and the current user is able to execute commands. In my case I needed to run cog as root since docker was only accessible as root at that time.The errors shown to the user with the latest version at the time:
v0.0.18, were:Failed to determine if r8.im/... exists: exit status 1as it fell back to file system checks, and when--debugwas used, thedocker inspectfailed without any further messaging.