Files
DeepSeek_PARTS/test/clean.sh

11 lines
336 B
Bash
Executable File

# 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