-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment_x86.yml
39 lines (39 loc) · 1021 Bytes
/
environment_x86.yml
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
name: sv-env
channels:
- pytorch # Specific channel for PyTorch packages
- nvidia/label/cuda-11.8.0 # For NVIDIA-specific CUDA tools
- conda-forge # Prefer community-maintained packages first
- fastai # Added for opencv-python-headless (if necessary)
- defaults # Default channel as fallback
dependencies:
- python=3.10
- numpy=1.26.4
- scipy
- qpsolvers
- albumentations
- imageio[ffmpeg]
- ninja
- gdown
- ipykernel
- ipympl
- matplotlib
- tqdm
- tabulate
- cython
- conda-forge::colmap
- conda-forge::captum
- fastai::opencv-python-headless=4.10.0.84
- pytorch=2.1.2
- torchvision=0.16.2
- pytorch-cuda=11.8
- nvidia/label/cuda-11.8.0::cuda-toolkit
- nvidia/label/cuda-11.8.0::cuda-nvcc
- pip
- pip:
- git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
- nerfstudio==1.1.4
- pyrealsense2
- -e ./FiGS/
- -e ./FiGS/acados/interfaces/acados_template/
- -e ./FiGS/Hierarchical-Localization/
- -e .