mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
Fix: requirement version
This commit is contained in:
parent
4e2457b05d
commit
6a825cf3fd
22
README.md
22
README.md
@ -350,28 +350,6 @@ And download the chromedriver version matching your OS.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
## FAQ
|
||||||
|
|
||||||
**Q: What hardware do I need?**
|
**Q: What hardware do I need?**
|
||||||
|
@ -3,9 +3,9 @@ colorama==0.4.6
|
|||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
playsound==1.3.0
|
playsound==1.3.0
|
||||||
soundfile==0.13.1
|
soundfile==0.13.1
|
||||||
transformers==4.46.3
|
transformers>=4.46.3
|
||||||
|
torch>=2.4.1
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
torch==2.4.1
|
|
||||||
ollama==0.4.7
|
ollama==0.4.7
|
||||||
scipy==1.15.1
|
scipy==1.15.1
|
||||||
kokoro==0.7.12
|
kokoro==0.7.12
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
version: '3'
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
container_name: redis
|
container_name: redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user