min-dalle-test/cog.yaml
2022-07-02 11:23:32 -04:00

12 lines
210 B
YAML
Vendored

build:
cuda: "11.0"
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "min-dalle>=0.2.10"
predict: "replicate/predict.py:Predictor"