-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcog.yaml
34 lines (33 loc) · 795 Bytes
/
cog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
build:
gpu: true
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
pre_install:
- "pip install git+https://github.com/openai/CLIP.git"
python_version: "3.8"
python_packages:
- "ftfy==6.0.3"
- "regex==2021.8.3"
- "torch==1.8.0"
- "torchvision==0.9.0"
- "numpy==1.21.1"
- "scikit-image==0.18.2"
- "pytorch-pretrained-bert==0.6.2"
- "opencv-python==4.5.3.56"
- "tqdm==4.42.1"
- "pandas==1.3.1"
- "requests==2.22.0"
- "nltk==3.6.2"
- "six==1.14.0"
- "python-dateutil==2.8.2"
- "ipython==7.21.0"
- "Pillow==8.3.1"
- "dominate==2.5.1"
- "matplotlib==3.1.3"
- "visdom==0.1.8.9"
- "lmdb==1.0.0"
- "scipy==1.4.1"
- "rawpy==0.16.0"
- "tensorboardX==2.1"
predict: "predict.py:Predictor"