replicate/cog

Pick latest CUDA patch version when specifying minor version

已关闭

#813 创建于 2022年11月27日

 (2 条评论) (0 个反应) (0 位负责人)Python (356 个派生)batch import
good first issuenexttype/bug

仓库指标

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

描述

build:
  python_version: "3.10"
  cuda: "11.6"
  python_packages:
   - "torch==1.13.0"

This automatically selects CUDA 11.6.0 for the base image. It should pick the latest patch version and use 11.6.2.

贡献者指南