Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: getting rid of astra in docker image name #318

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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