diff --git a/README.md b/README.md index 71132af8..3d24dc37 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ And, if you choose to use OpenAI Realtime API, then the Vision and RAG won't be #### Docker setting on Apple Silicon You will need to uncheck "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option for Docker if you are on Apple Silicon, otherwise the server is not going to work. -![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/png/docker_setting.png?raw=true) +![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true) ### Next step @@ -140,7 +140,7 @@ docker compose up #### 4. Enter container and build agent Open up a separate terminal window, enter the container and build the agent: ```bash -docker exec -it astra_agents_dev bash +docker exec -it ten_agent_server bash make build ``` diff --git a/docs/readmes/README-CN.md b/docs/readmes/README-CN.md index fb892587..0078d86b 100644 --- a/docs/readmes/README-CN.md +++ b/docs/readmes/README-CN.md @@ -158,7 +158,7 @@ docker compose up 再打开一个 Terminal 窗口,通过下面的命令进入 Docker 容器,创建 agent 服务: ```bash # 进入容器创建 agent -docker exec -it astra_agents_dev bash +docker exec -it ten_agent_server bash make build ```