replicate/cog

Pick latest CUDA patch version when specifying minor version

Chiusa

#813 aperta il 27 nov 2022

 (2 commenti) (0 reazioni) (0 assegnatari)Python (356 fork)batch import
good first issuenexttype/bug

Metriche repository

Star
 (5724 stelle)
Metriche merge PR
 (Merge medio 7g 8h) (19 PR mergiate in 30 g)

Descrizione

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.

Guida contributor