mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
fix bug for devcontainer; it should use metagpt/metagpt:latest
This commit is contained in:
parent
ed1b310148
commit
83f1594398
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
"name": "Python 3",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
|
||||
"image": "metagpt/metagpt:latest",
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue