Skip to content

Commit 5e18adf

Browse files
committed
Environment file for quick installation, tested in Centos 7 with cuda 11.3 & pytorch 1.11
1 parent 5b47f18 commit 5e18adf

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

env_cuda11-3_torch1-11.yml

+105
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
name: open-mmlab-tracking-voltar
2+
channels:
3+
- omgarcia
4+
- defaults
5+
dependencies:
6+
- _libgcc_mutex=0.1
7+
- _openmp_mutex=5.1
8+
- ca-certificates=2023.01.10
9+
- certifi=2022.12.7
10+
- gcc-6=6.1.0
11+
- gmp=6.1.0
12+
- isl=0.17.1
13+
- ld_impl_linux-64=2.38
14+
- libffi=3.4.2
15+
- libgcc=7.2.0
16+
- libgcc-ng=11.2.0
17+
- libgomp=11.2.0
18+
- libstdcxx-ng=11.2.0
19+
- mpc=1.0.1
20+
- mpfr=3.1.2
21+
- ncurses=6.4
22+
- openssl=1.1.1t
23+
- pip=22.3.1
24+
- python=3.7.16
25+
- readline=8.2
26+
- setuptools=65.6.3
27+
- sqlite=3.40.1
28+
- tk=8.6.12
29+
- wheel=0.38.4
30+
- xz=5.2.10
31+
- zlib=1.2.13
32+
- pip:
33+
- addict==2.4.0
34+
- attributee==0.1.7
35+
- attrs==22.2.0
36+
- bidict==0.22.1
37+
- boto3==1.26.77
38+
- botocore==1.29.77
39+
- cachetools==5.3.0
40+
- charset-normalizer==3.0.1
41+
- colorama==0.4.6
42+
- cycler==0.11.0
43+
- cython==0.29.33
44+
- decorator==4.4.2
45+
- dominate==2.7.0
46+
- dotty-dict==1.3.1
47+
- einops==0.6.0
48+
- fonttools==4.38.0
49+
- idna==3.4
50+
- imageio==2.25.1
51+
- importlib-metadata==6.0.0
52+
- importlib-resources==5.12.0
53+
- jmespath==1.0.1
54+
- jsonschema==4.17.3
55+
- kiwisolver==1.4.4
56+
- lap==0.4.0
57+
- llvmlite==0.39.1
58+
- lvis==0.5.3
59+
- matplotlib==3.5.3
60+
- mmcls==0.25.0
61+
- mmcv-full==1.7.0
62+
- mmdet==2.28.1
63+
- motmetrics==1.4.0
64+
- moviepy==0.2.3.5
65+
- natsort==8.2.0
66+
- numba==0.56.4
67+
- numpy==1.21.6
68+
- opencv-python==4.7.0.72
69+
- ordered-set==4.1.0
70+
- packaging==23.0
71+
- pandas==1.3.5
72+
- phx-class-registry==4.0.6
73+
- pillow==9.4.0
74+
- pkgutil-resolve-name==1.3.10
75+
- pycocotools==2.0.6
76+
- pylatex==1.4.1
77+
- pyparsing==3.0.9
78+
- pyrsistent==0.19.3
79+
- python-dateutil==2.8.2
80+
- pytz==2022.7.1
81+
- pyyaml==6.0
82+
- requests==2.28.2
83+
- s3transfer==0.6.0
84+
- scipy==1.7.3
85+
- script-utils==0.0.1
86+
- seaborn==0.12.2
87+
- six==1.16.0
88+
- tao==0.1.0
89+
- termcolor==2.2.0
90+
- terminaltables==3.1.10
91+
- torch==1.11.0+cu113
92+
- torchaudio==0.11.0+cu113
93+
- torchvision==0.12.0+cu113
94+
- tqdm==4.64.1
95+
- trackeval==1.0.dev1
96+
- typing-extensions==4.5.0
97+
- urllib3==1.26.14
98+
- vot-toolkit==0.5.3
99+
- vot-trax==3.0.3
100+
- xmltodict==0.13.0
101+
- yacs==0.1.8
102+
- yapf==0.32.0
103+
- youtube-dl==2021.12.17
104+
- zipp==3.14.0
105+
prefix: /home/users/aswin1906/.conda/envs/open-mmlab-tracking-voltar

0 commit comments

Comments
 (0)