min-dalle-test/cog.yaml

13 lines
216 B
YAML
Raw Normal View History

2022-06-29 18:50:10 +00:00
build:
cuda: "11.0"
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "torch==1.10.1"
2022-06-29 23:14:25 +00:00
- "flax==0.5.2"
2022-06-29 18:50:10 +00:00
predict: "predict.py:Predictor"