mirror of https://github.com/InternLM/InternLM
Update openaoe.md
parent
db1d492118
commit
1af35f43f6
|
@ -40,7 +40,7 @@ docker build . -f docker/Dockerfile -t openaoe:latest
|
||||||
|
|
||||||
#### **Start**
|
#### **Start**
|
||||||
```shell
|
```shell
|
||||||
docker run -p 10099:10099 -v /path/to/your/config-template.yaml:/app/config-template.yaml --name OpenAOE openaoe:latest
|
docker run -p 10099:10099 -v /path/to/your/config-template.yaml:/app/config.yaml --name OpenAOE openaoe:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run by source code
|
### Run by source code
|
||||||
|
|
Loading…
Reference in New Issue