Create text.txt
Browse files
text.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
conda create -n partfield python=3.10
|
| 2 |
+
conda activate partfield
|
| 3 |
+
conda install nvidia/label/cuda-12.4.0::cuda
|
| 4 |
+
pip install psutil
|
| 5 |
+
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124
|
| 6 |
+
pip install lightning==2.2 h5py yacs trimesh scikit-image loguru boto3
|
| 7 |
+
pip install mesh2sdf tetgen pymeshlab plyfile einops libigl polyscope potpourri3d simple_parsing arrgh open3d
|
| 8 |
+
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.4.0+cu124.html
|
| 9 |
+
apt install libx11-6 libgl1 libxrender1
|
| 10 |
+
pip install vtk
|