1
0

Мелочи по скриптам

This commit is contained in:
2025-08-18 00:42:47 +08:00
parent 8c121efe1a
commit cf8c0cbc66
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
{
"recommendations": [
"saoudrizwan.claude-dev",
"nr-codetools.localaipilot",
"continue.continue"
]

View File

@@ -1,4 +1,4 @@
#!/bin/bash
# https://ollama.com/library/llama3.2/tags
docker exec -it ai-ollama ollama run llama3.2:1b --verbose
docker exec -it ai-ollama ollama run llama3.2:3b --verbose

View File

@@ -1,3 +1,3 @@
#!/bin/bash
docker exec -it ai-ollama bash
docker exec -it ai-ollama ollama "$@"

4
run.sh
View File

@@ -2,19 +2,19 @@
docker run \
--pull=always \
--rm \
--detach \
--volume ./.data/ollama:/root/.ollama \
--publish 11434:11434 \
--restart unless-stopped \
--name ai-ollama \
ollama/ollama
docker run \
--pull=always \
--rm \
--detach \
--volume ./.data/webui:/app/backend/data \
--publish 9999:8080 \
--restart unless-stopped \
--add-host=host.docker.internal:host-gateway \
--name ai-webui \
ghcr.io/open-webui/open-webui:main