-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unraid Install issuse #86
Comments
I'm not familiar with unraid, it seems like quite a few options being set I'm not familiar with as well. You could try running the cpu:latest version. It could have some bugs, but is more self contained and configurable. Its from the v0.1.2-pre branch |
docker run The command finished successfully! log: i wasnt not able to get v0.1.2-pre installed /mnt/user/appdata/Kokoro-FastAPI/docker/cpu# docker compose up --build i was about to get the docker-compose working but i dont know why docker run isnt i tested docker run again after trying to use docker compose and im now getting this Using CPython 3.10.16 interpreter at: /usr/local/bin/python3.10 |
New release should be much simple if you try the docker run command, and try the integrated webui. If not, let me know, and feel free to open a new issue |
Can someone let me know what I’m doing wrong? I’ve been unable to get this working.
/usr/local/bin/python: No module named uvicorn
docker run
-d
--name='Kokoro-FastAPI'
--net='bridge'
--pids-limit 2048
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="EasyMedia"
-e HOST_CONTAINERNAME="Kokoro-FastAPI"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:7860]/'
-p '8880:8880/tcp'
-p '7860:7860/tcp'
-v '/mnt/user/appdata/Kokoro-FastAPI':'/app':'rw' 'ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0post1'
eb476bc6425586fec6a22782cdffab71da0c461496133399e31c42ef8bffaabe
The text was updated successfully, but these errors were encountered: