Remove mentions of infinity in README (#2)

This commit is contained in:
jeanpaul
2024-08-07 11:36:16 +02:00
committed by GitHub
parent 10aebbbfc0
commit c1ee388c67

View File

@@ -4,7 +4,7 @@ This repo helps quickly bootstrap an n8n demo environment using docker-compose.
### Requirements ### Requirements
- [Docker compose](https://docs.docker.com/compose/) - [Docker compose](https://docs.docker.com/compose/)
- **Optionally** an Nvidia GPU for faster inference on Ollama and Infinity - **Optionally** an Nvidia GPU for faster inference on Ollama
### Setup ### Setup
- Clone this repo - Clone this repo
@@ -22,7 +22,6 @@ This repo helps quickly bootstrap an n8n demo environment using docker-compose.
- [n8n](http://localhost:5678/) - [n8n](http://localhost:5678/)
- [Ollama](http://localhost:11434/) - [Ollama](http://localhost:11434/)
- [Qdrant](http://localhost:6333/dashboard) - [Qdrant](http://localhost:6333/dashboard)
- [Infinity](http://localhost:7997/docs)
### Updating ### Updating
- Run `docker compose pull` to fetch all the latest images - Run `docker compose pull` to fetch all the latest images