mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
One-click installer: delete the Miniconda installer after completion
This commit is contained in:
parent
dc2dd5b9d8
commit
74564fe8d0
4 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ if [ "$conda_exists" == "F" ]; then
|
|||
# test the conda binary
|
||||
echo "Miniconda version:"
|
||||
"$CONDA_ROOT_PREFIX/bin/conda" --version
|
||||
|
||||
# delete the Miniconda installer
|
||||
rm "$INSTALL_DIR/miniconda_installer.sh"
|
||||
fi
|
||||
|
||||
# create the installer env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue