Don't git pull on installation (to make past releases installable)

This commit is contained in:
oobabooga 2024-06-15 06:38:05 -07:00
parent b6eaf7923e
commit fd7c3c5bb0

View file

@ -315,7 +315,7 @@ def install_webui():
run_cmd("conda install -y libuv") run_cmd("conda install -y libuv")
# Install the webui requirements # Install the webui requirements
update_requirements(initial_installation=True) update_requirements(initial_installation=True, pull=False)
def get_extensions_names(): def get_extensions_names():