Fix: requirement version

This commit is contained in:
martin legrand 2025-03-21 10:15:25 +01:00
parent 4e2457b05d
commit 6a825cf3fd
3 changed files with 3 additions and 24 deletions

View File

@ -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 <PID>`
Run with sudo: `sudo ./start_services.sh`
## FAQ
**Q: What hardware do I need?**

View File

@ -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

View File

@ -1,3 +1,4 @@
version: '3'
services:
redis:
container_name: redis