Skip to content

Commit

Permalink
fix: getting rid of astra in docker image name (#318)
Browse files Browse the repository at this point in the history
* fix: getting rid of astra in docker image name

Updating docker image name

* docs: adding new version of docker setting gif

adding new version of docker setting gif
  • Loading branch information
cyfyifanchen authored Oct 11, 2024
1 parent a2fff3b commit 15ddcf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 15ddcf2

Please sign in to comment.