Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TencentARC
GitHub Repository: TencentARC/GFPGAN
Path: blob/master/cog.yaml
884 views
1
# This file is used for constructing replicate env
2
image: "r8.im/tencentarc/gfpgan"
3
4
build:
5
gpu: true
6
python_version: "3.8"
7
system_packages:
8
- "libgl1-mesa-glx"
9
- "libglib2.0-0"
10
python_packages:
11
- "torch==1.7.1"
12
- "torchvision==0.8.2"
13
- "numpy==1.21.1"
14
- "lmdb==1.2.1"
15
- "opencv-python==4.5.3.56"
16
- "PyYAML==5.4.1"
17
- "tqdm==4.62.2"
18
- "yapf==0.31.0"
19
- "basicsr==1.4.2"
20
- "facexlib==0.2.5"
21
22
predict: "cog_predict.py:Predictor"
23
24