Closed magick93 closed 1 year ago
docker-compose.yml has 2 services, one with gpu and one without it. If you just run docker-compose up
it would try to serve both and cause this problem. We updated about this on README.md few days ago so please refer it!
Awesome! My apologies for not reading carefully enough.
I keep getting the following error:
However, I dont have anything running on port 8000.
lsof -i :8000
does not return a result.Also, I have set in the
.env
file -USE_GPU=False
yet it still seems, at least based on the above, to be trying to use the gpu.