diff --git a/README.md b/README.md index d00b1b9..6ba550f 100644 --- a/README.md +++ b/README.md @@ -350,28 +350,6 @@ And download the chromedriver version matching your OS. ![alt text](./media/chromedriver_readme.png) -## Docker issues - -**Known error #1:** *chromedriver mismatch* - -``` -requests.exceptions.InvalidURL: Not supported URL scheme http+docker -Error: Failed to start containers. Check Docker logs with 'docker compose logs'. -Possible fixes: Run with sudo or ensure port 8080 is free. -``` - -**Solution:** - -Get the PID of program using port 8080: - -`lsof -i :8080` - -If a program appear and you are not using it, kill it with: - -`sudo kill -9 ` - -Run with sudo: `sudo ./start_services.sh` - ## FAQ **Q: What hardware do I need?** diff --git a/requirements.txt b/requirements.txt index cff6b5b..1455329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ colorama==0.4.6 python-dotenv==1.0.0 playsound==1.3.0 soundfile==0.13.1 -transformers==4.46.3 +transformers>=4.46.3 +torch>=2.4.1 python-dotenv==1.0.0 -torch==2.4.1 ollama==0.4.7 scipy==1.15.1 kokoro==0.7.12 diff --git a/searxng/docker-compose.yml b/searxng/docker-compose.yml index d3b4920..156b73f 100644 --- a/searxng/docker-compose.yml +++ b/searxng/docker-compose.yml @@ -1,3 +1,4 @@ +version: '3' services: redis: container_name: redis