mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
fix: typos (#5376)
Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
This commit is contained in:
parent
525cf198be
commit
0f365ac204
13 changed files with 15 additions and 15 deletions
2
docs/static/install.sh
vendored
2
docs/static/install.sh
vendored
|
@ -647,7 +647,7 @@ install_docker() {
|
|||
$SUDO docker volume create local-ai-data
|
||||
fi
|
||||
|
||||
# Check if container is already runnning
|
||||
# Check if container is already running
|
||||
if $SUDO docker ps -a --format '{{.Names}}' | grep -q local-ai; then
|
||||
info "LocalAI Docker container already exists, replacing it..."
|
||||
$SUDO docker rm -f local-ai
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue