diff --git a/docs/README.md b/docs/README.md index e236b5d..176f19c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -115,7 +115,7 @@ You do NOT have to install all models, you can install one by one. Let's take a Requires that you have docker installed and running. ``` -docker compose build +docker compose --build docker compose run dalai npx dalai alpaca install 7B # or a different model docker compose up -d ```