Closed mishig25 closed 2 years ago
Closes https://github.com/kakaobrain/NeRF-Factory/issues/7
Changing the conda env name from base -> nerf_factory for 2 reasons:
base
nerf_factory
conda env create --file nerf_factory.yml
CondaValueError: prefix already exists: /home/mishig/miniconda3
Thanks a lot! 👍
Thanks. We will merge it after double-checking your commits.
thanks a lot! Please let me know if you need anything else from my side 👍
Closes https://github.com/kakaobrain/NeRF-Factory/issues/7
Changing the conda env name from
base
->nerf_factory
for 2 reasons:conda env create --file nerf_factory.yml
gives an errorCondaValueError: prefix already exists: /home/mishig/miniconda3
becausebase
is a "reverved" namenerf_factory
Thanks a lot! 👍