Skip to content

Commit 05181b3

Browse files
committed
Add CPU environment
1 parent 3f73fc8 commit 05181b3

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

INFRA/CONDA/deep_postures_pt_cpu.yml

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
name: deep_postures_pytorch
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- _libgcc_mutex=0.1=conda_forge
7+
- _openmp_mutex=4.5=2_gnu
8+
- asttokens=2.4.1=pyhd8ed1ab_0
9+
- bzip2=1.0.8=h5eee18b_6
10+
- ca-certificates=2024.9.24=h06a4308_0
11+
- comm=0.2.2=pyhd8ed1ab_0
12+
- debugpy=1.8.7=py311hfdbb021_0
13+
- decorator=5.1.1=pyhd8ed1ab_0
14+
- exceptiongroup=1.2.2=pyhd8ed1ab_0
15+
- executing=2.1.0=pyhd8ed1ab_0
16+
- importlib-metadata=8.5.0=pyha770c72_0
17+
- ipykernel=6.29.5=pyh3099207_0
18+
- ipython=8.28.0=pyh707e725_0
19+
- jedi=0.19.1=pyhd8ed1ab_0
20+
- jupyter_client=8.6.3=pyhd8ed1ab_0
21+
- jupyter_core=5.7.2=pyh31011fe_1
22+
- krb5=1.21.3=h143b758_0
23+
- ld_impl_linux-64=2.40=h12ee557_0
24+
- libedit=3.1.20230828=h5eee18b_0
25+
- libffi=3.4.4=h6a678d5_1
26+
- libgcc=14.2.0=h77fa898_1
27+
- libgcc-ng=14.2.0=h69a702a_1
28+
- libgomp=14.2.0=h77fa898_1
29+
- libsodium=1.0.20=h4ab18f5_0
30+
- libstdcxx=14.2.0=hc0a3c3a_1
31+
- libstdcxx-ng=11.2.0=h1234567_1
32+
- libuuid=1.41.5=h5eee18b_0
33+
- matplotlib-inline=0.1.7=pyhd8ed1ab_0
34+
- ncurses=6.4=h6a678d5_0
35+
- nest-asyncio=1.6.0=pyhd8ed1ab_0
36+
- openssl=3.3.2=hb9d3cd8_0
37+
- packaging=24.1=pyhd8ed1ab_0
38+
- parso=0.8.4=pyhd8ed1ab_0
39+
- pexpect=4.9.0=pyhd8ed1ab_0
40+
- pickleshare=0.7.5=py_1003
41+
- pip=24.2=py311h06a4308_0
42+
- platformdirs=4.3.6=pyhd8ed1ab_0
43+
- prompt-toolkit=3.0.48=pyha770c72_0
44+
- psutil=6.0.0=py311h9ecbd09_2
45+
- ptyprocess=0.7.0=pyhd3deb0d_0
46+
- pure_eval=0.2.3=pyhd8ed1ab_0
47+
- pygments=2.18.0=pyhd8ed1ab_0
48+
- python=3.11.10=he870216_0
49+
- python-dateutil=2.9.0=pyhd8ed1ab_0
50+
- python_abi=3.11=2_cp311
51+
- pyzmq=26.2.0=py311h7deb3e3_3
52+
- readline=8.2=h5eee18b_0
53+
- setuptools=75.1.0=py311h06a4308_0
54+
- six=1.16.0=pyh6c4a22f_0
55+
- sqlite=3.45.3=h5eee18b_0
56+
- stack_data=0.6.2=pyhd8ed1ab_0
57+
- tk=8.6.14=h39e8969_0
58+
- tornado=6.4.1=py311h9ecbd09_1
59+
- traitlets=5.14.3=pyhd8ed1ab_0
60+
- typing_extensions=4.12.2=pyha770c72_0
61+
- wcwidth=0.2.13=pyhd8ed1ab_0
62+
- wheel=0.44.0=py311h06a4308_0
63+
- xz=5.4.6=h5eee18b_1
64+
- zeromq=4.3.5=h3b0a872_6
65+
- zipp=3.20.2=pyhd8ed1ab_0
66+
- zlib=1.2.13=h5eee18b_1
67+
- pip:
68+
- filelock==3.16.1
69+
- fsspec==2024.9.0
70+
- h5py==3.12.1
71+
- jinja2==3.1.4
72+
- joblib==1.4.2
73+
- markupsafe==3.0.1
74+
- mpmath==1.3.0
75+
- networkx==3.4.1
76+
- numpy==2.1.2
77+
- nvidia-cublas-cu12==12.1.3.1
78+
- nvidia-cuda-cupti-cu12==12.1.105
79+
- nvidia-cuda-nvrtc-cu12==12.1.105
80+
- nvidia-cuda-runtime-cu12==12.1.105
81+
- nvidia-cudnn-cu12==9.1.0.70
82+
- nvidia-cufft-cu12==11.0.2.54
83+
- nvidia-curand-cu12==10.3.2.106
84+
- nvidia-cusolver-cu12==11.4.5.107
85+
- nvidia-cusparse-cu12==12.1.0.106
86+
- nvidia-nccl-cu12==2.20.5
87+
- nvidia-nvjitlink-cu12==12.6.77
88+
- nvidia-nvtx-cu12==12.1.105
89+
- pandas==2.2.3
90+
- pillow==11.0.0
91+
- pytz==2024.2
92+
- scikit-learn==1.5.2
93+
- scipy==1.14.1
94+
- sympy==1.13.1
95+
- threadpoolctl==3.5.0
96+
- torch==2.5.1+cpu
97+
- torchaudio==2.5.1+cpu
98+
- torchvision==0.20.1+cpu
99+
- tqdm==4.66.6
100+
- triton==3.0.0
101+
- tzdata==2024.2

0 commit comments

Comments
 (0)