Skip to content

Commit

Permalink
bugfix: docker image metagpt/metagpt:v0.1 -> metagpt/metagpt:v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voidking committed Jul 13, 2023
1 parent d7ffe8b commit 65146a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ python setup.py install
### 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
Expand Down

0 comments on commit 65146a2

Please sign in to comment.