-
Notifications
You must be signed in to change notification settings - Fork 558
/
cog.yaml
40 lines (39 loc) · 880 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
35
36
37
38
39
40
build:
cuda: "11.0"
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
- "ninja-build"
python_packages:
- "ipython==7.21.0"
- "torch==1.10.1"
- "torchvision==0.11.2"
- "cffi==1.14.6"
- "cycler==0.10.0"
- "decorator==5.1.0"
- "face-alignment==1.3.5"
- "imageio==2.9.0"
- "imageio-ffmpeg==0.4.5"
- "kiwisolver==1.3.2"
- "matplotlib==3.4.3"
- "networkx==2.6.3"
- "numpy==1.20.3"
- "pandas==1.3.3"
- "Pillow==8.3.2"
- "pycparser==2.20"
- "pyparsing==2.4.7"
- "python-dateutil==2.8.2"
- "pytz==2021.1"
- "PyWavelets==1.1.1"
- "PyYAML==5.4.1"
- "scikit-image==0.18.3"
- "scikit-learn==1.0"
- "scipy==1.7.1"
- "six==1.16.0"
- "tqdm==4.62.3"
- "cmake==3.21.3"
run:
- pip install dlib
predict: "predict.py:Predictor"