2022-06-29 18:50:10 +00:00
|
|
|
build:
|
2022-07-09 10:48:51 +00:00
|
|
|
cuda: "11.5.1"
|
2022-06-29 18:50:10 +00:00
|
|
|
gpu: true
|
2022-07-07 12:53:27 +00:00
|
|
|
python_version: "3.10"
|
2022-06-29 18:50:10 +00:00
|
|
|
system_packages:
|
|
|
|
- "libgl1-mesa-glx"
|
|
|
|
- "libglib2.0-0"
|
|
|
|
python_packages:
|
2022-07-17 11:33:31 +00:00
|
|
|
- "min-dalle==0.3.15"
|
2022-07-03 16:20:03 +00:00
|
|
|
run:
|
2022-07-09 10:48:51 +00:00
|
|
|
- pip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
|
2022-06-29 18:50:10 +00:00
|
|
|
|
2022-07-09 10:48:51 +00:00
|
|
|
predict: "replicate_predictor.py:ReplicatePredictor"
|