mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
bugfix: docker image metagpt/metagpt:v0.1 -> metagpt/metagpt:v0.2
This commit is contained in:
parent
d7ffe8b0cf
commit
65146a2eb6
1 changed files with 2 additions and 2 deletions
|
|
@ -54,9 +54,9 @@ # Step 3: Clone the repository to your local machine, and install it.
|
|||
### Installation by Docker
|
||||
```bash
|
||||
# Step 1: Download metagpt official image and prepare config.yaml
|
||||
docker pull metagpt/metagpt:v0.1
|
||||
docker pull metagpt/metagpt:v0.2
|
||||
mkdir -p /opt/metagpt/{config,workspace} && chmod 777 -R /opt/metagpt
|
||||
docker run --rm metagpt/metagpt:v0.1 cat /app/metagpt/config/config.yaml > /opt/metagpt/config/config.yaml
|
||||
docker run --rm metagpt/metagpt:v0.2 cat /app/metagpt/config/config.yaml > /opt/metagpt/config/config.yaml
|
||||
vim /opt/metagpt/config/config.yaml # Change the config
|
||||
|
||||
# Step 2: Run metagpt demo with container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue