mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-31 01:35:31 +08:00
chore: use micromamba and uv to manage python environment
This commit is contained in:
19
environment.yml
Normal file
19
environment.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: mini-nav
|
||||
channels:
|
||||
- pytorch
|
||||
- nvidia
|
||||
- conda-forge
|
||||
- aihabitat-nightly
|
||||
dependencies:
|
||||
- python=3.10
|
||||
- pip
|
||||
- habitat-sim=0.3.3
|
||||
- withbullet
|
||||
- pytorch
|
||||
- torchvision
|
||||
- pytorch-cuda=12.1
|
||||
# Toolsets
|
||||
- uv
|
||||
- just
|
||||
- git
|
||||
- git-lfs
|
||||
Reference in New Issue
Block a user