replicate/cog

Pick latest CUDA patch version when specifying minor version

Closed

#813 opened on Nov 27, 2022

 (2 comments) (0 reactions) (0 assignees)Python (356 forks)batch import
good first issuenexttype/bug

Repository metrics

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

Description

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.

Contributor guide