-
-
Notifications
You must be signed in to change notification settings - Fork 354
Docker compose startup problems #151
Comments
Hi All, I was able to go thorough the "Installation" steps to get it partially working but no web interface yet even with Docker-Compose Up. I am a bit confused why the need for all of these install steps. Would it not be better to have a simple public repo that does not depend up logging into Github and generating a TOKEN for it? Installation To get a personal accsess token from Github go to Setings>Developer settings>Personal access tokens Click on Genererate new Token and name it you MUST have read and write packages ticked on. Then click Generatre new token Go into home directory $ cd ~ Make TOKEN.txt file $ sudo nano TOKEN.txt Paste Token in to file then save Login to Github (Note: change USERNAME to Gthub username) cat ~/TOKEN.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin |
I used "docker-compose up" and get: ~/olivia$ docker-compose up which seems like it is running, but when I access: http://localhost:80 I get "404 page not found" Shouldn't I get the Olivia web interface? |
Hi. |
Hello, I was running it from the Docker-Compose On my Ubuntu 20.04 system it seems to show that everything is up and running just fine and I do not know where to get any browser records for it. There are no messages except that it is listening on port 80 and port 8080. Not sure what to try now. Maybe I can try to delete the old docker images and some some fresh pull to see if that fixes it. |
Did you check that ufw (firewall) rules were updated? |
i have some issue |
also when trying chat using console client, i got error like i screenshot in my issue |
@hugolgst would you be willing to move the repo from GitHub to a docker hub repo? |
As discussed in #150 I think we could keep GitHub packages and add Docker hub. |
Would this work? (IDK how to use GitHub actions)name: Publish Docker image |
I think we can try on a PR |
@lonnietc @hugolgst To get a personal access token from Github go to Setings>Developer settings>Personal access tokens Click on Generate new Token and name it you MUST have read and write packages ticked on. Replace Token with the Token that you just made. $ export PAT=TOKEN Login to GitHub (Note: change USERNAME to GitHub username) $ echo $PAT | docker login docker.pkg.github.com -u USERNAME --password-stdin I also am putting a PR for this right now, but when I did Steps to reproduce: Tried with : |
@hugolgst |
I also have the 404 error:
Installation steps:
|
it seems there is nothing being hosted at / |
ERROR:
Docker compose
Error response from daemon: Head https://docker.pkg.github.com/v2/olivia-ai/olivia/olivia/manifests/latest: no basic auth credentials
Describe the bug
On a fresh install of Ubuntu 20.04 with Docker and Docker-Compose installed I get a "no basic autho credentials" Error
To Reproduce
go into olivia directory
docker-compose up
Desktop (please complete the following information):
Any solution to this error would be appreciated as I also tried it with a direct docker pull and get the same error.
The text was updated successfully, but these errors were encountered: