the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
81 stars 26 forks source link

add a "from-scratch" command for the conda update #75

Open charlesfrye opened 1 year ago

charlesfrye commented 1 year ago

conda env update reuses the existing environment, so when you make a big change to the yaml, things can fail on machines that ran conda-update previously.

something like

no-environment:
  conda deactivate
  conda env remove --name fsdl-text-recognizer-2022

fresh-environment: no-environment conda-update