replicate/cog

If Docker is not installed, explain how to install Docker

已关闭

#152 创建于 2021年7月19日

 (1 条评论) (0 个反应) (0 位负责人)Python (356 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (5,724 个星标)
PR 合并指标
 (平均合并 7天 8小时) (30 天内合并 19 个 PR)

描述

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

贡献者指南