2022-06-29 18:50:10 +00:00
|
|
|
build:
|
2022-07-06 02:14:19 +00:00
|
|
|
cuda: "11.3"
|
2022-06-29 18:50:10 +00:00
|
|
|
gpu: true
|
2022-07-05 21:23:05 +00:00
|
|
|
python_version: "3.8"
|
2022-06-29 18:50:10 +00:00
|
|
|
system_packages:
|
|
|
|
- "libgl1-mesa-glx"
|
|
|
|
- "libglib2.0-0"
|
|
|
|
python_packages:
|
2022-07-07 12:21:20 +00:00
|
|
|
- "min-dalle==0.2.35"
|
2022-07-03 16:20:03 +00:00
|
|
|
run:
|
2022-07-07 12:21:20 +00:00
|
|
|
- pip install torch==1.11.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
|
2022-06-29 18:50:10 +00:00
|
|
|
|
2022-07-05 09:47:35 +00:00
|
|
|
predict: "replicate_predictor.py:ReplicatePredictor"
|