kakaobrain / nerf-factory

An awesome PyTorch NeRF library
https://kakaobrain.github.io/NeRF-Factory
Apache License 2.0
1.27k stars 107 forks source link

Update conda yml file env name #9

Closed mishig25 closed 2 years ago

mishig25 commented 2 years ago

Closes https://github.com/kakaobrain/NeRF-Factory/issues/7

Changing the conda env name from base -> nerf_factory for 2 reasons:

  1. Running conda env create --file nerf_factory.yml gives an error CondaValueError: prefix already exists: /home/mishig/miniconda3 because base is a "reverved" name
  2. Docs suggest that the name should be nerf_factory

Thanks a lot! 👍

jeongyw12382 commented 2 years ago

Thanks. We will merge it after double-checking your commits.

mishig25 commented 2 years ago

thanks a lot! Please let me know if you need anything else from my side 👍