Local chatbot testing.
This commit is contained in:
11
test/clean.sh
Executable file
11
test/clean.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
# Clean up any existing containers
|
||||
docker stop ollama-deepseek ollama 2>/dev/null
|
||||
docker rm ollama-deepseek ollama 2>/dev/null
|
||||
|
||||
# Check what's using port 11434
|
||||
sudo netstat -tulpn | grep 11434
|
||||
|
||||
# If something else is using it, stop that process or use:
|
||||
sudo lsof -i :11434
|
||||
|
||||
# Kill the process if it's not needed, or use a different port
|
||||
Reference in New Issue
Block a user