min-dalle-test/cog.yaml
2022-07-04 09:21:31 -04:00

14 lines
309 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.16"
run:
- pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
predict: "replicate/predict.py:Predictor"