Skip to content

Commit

Permalink
infra/docs: remove single Docker image setups (#794)
Browse files Browse the repository at this point in the history
remove docker images
  • Loading branch information
tianjing-li authored Oct 4, 2024
1 parent 56186ce commit ced5e4b
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 679 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/build_and_push_docker.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/build_and_push_docker_proxy.yml

This file was deleted.

12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Toolkit is a deployable all-in-one RAG application that enables users to quickly

There are two main ways of running Toolkit:

1. **(Recommended) Docker Compose setup**
**Docker Compose setup**

Note: to include community tools when building locally, set the `INSTALL_COMMUNITY_DEPS` build arg in the `docker-compose.yml` to `true`.

Expand All @@ -38,16 +38,6 @@ cd cohere-toolkit
make first-run
```

2. **Docker Image setup**

We offer pre-built Docker images as well that you can run, but note that they might contain out-of-date code, so the local compose setup is preferred.

```bash
docker run -e COHERE_API_KEY='>>YOUR_API_KEY<<' -p 8000:8000 -p 4000:4000 ghcr.io/cohere-ai/cohere-toolkit:latest
```

Go to [localhost:4000](http://localhost:4000/) in your browser and start chatting with Cohere's Command model!

## GitHub Codespaces

To run this project using GitHub Codespaces, please refer to our [Codespaces Setup Guide](/docs/github_codespaces.md).
Expand Down
127 changes: 0 additions & 127 deletions docs/deployment_guides/aws_ecs_single_container.md

This file was deleted.

86 changes: 0 additions & 86 deletions docs/deployment_guides/aws_ecs_single_container_ec2.md

This file was deleted.

Loading

0 comments on commit ced5e4b

Please sign in to comment.