fsdl-text-recognizer-2022
fsdl-text-recognizer-2022 copied to clipboard
add a "from-scratch" command for the conda update
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