replicate/cog

If Docker is not installed, explain how to install Docker

Closed

#152 opened on Jul 19, 2021

 (1 comment) (0 reactions) (0 assignees)Python (356 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,724 stars)
PR merge metrics
 (Avg merge 7d 8h) (19 merged PRs in 30d)

Description

Cog depends on Docker to package models. The installation instructions in our docs specify that installing Docker is a prerequisite to using Cog, but it is still possible to install Cog without installing Docker. Let's update the cog CLI to check whether Docker is installed, and exit with a helpful error message if Docker is not installed.

edited by @zeke

Contributor guide