cocktailpeanut / dalai

The simplest way to run LLaMA on your local machine
https://cocktailpeanut.github.io/dalai
13.09k stars 1.42k forks source link

Docker installation commands incorrect #419

Open JSkye3293 opened 1 year ago

JSkye3293 commented 1 year ago

Hello when executing "docker compose build" I am continuously getting an error from docker saying "docker: 'compose' is not a docker command. " All dependencies are installed, running ubuntu 20.04 desktop. (I think) Please let me know what I can do. Thank you!

mpmelo commented 1 year ago

notice that you will need to install the docker-compose package to be able to use the docker compose command. I'm not sure which version of docker-compose you require.

martinsmid commented 1 year ago

You are missing docker-compose-plugin package, it might install with sudo apt-get install docker-compose-plugin as reported elsewhere. You should also be able to use docker-compose bulid instead.

JSkye3293 commented 1 year ago

After installing dependencies I was able to get compose to run however its still not working and stating

docker compose run dalai npx dalai alpaca install 30B no configuration file provided: not found

Please advise, Thanks.

-JSkye Peterson, JTPeterson Operations Manager JTP TECH

On Fri, Apr 28, 2023 at 7:42 PM Martin @.***> wrote:

You are missing docker-compose-plugin package, it might install with sudo apt-get install docker-compose-plugin as reported elsewhere. You should also be able to use docker-compose bulid instead.

— Reply to this email directly, view it on GitHub https://github.com/cocktailpeanut/dalai/issues/419#issuecomment-1528530846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIN5KICG3GXBSDOH5WXIZ6DXDR5YFANCNFSM6AAAAAAXLPEUUU . You are receiving this because you authored the thread.Message ID: @.***>

LucianU commented 1 year ago

@JSkye3293, you need to run the command inside the dalai repo.