Files
qrust/support/README.md
2024-01-25 17:16:59 +00:00

29 lines
494 B
Markdown

# Support
All the following instructions are relative to the root of the repository.
## CI/CD
```bash
cd support/ci
docker build . -t registry.karaolidis.com/karaolidis/qrust/rust
docker push registry.karaolidis.com/karaolidis/qrust/rust
cd ../..
```
## ClickHouse
```bash
cd support/clickhouse
mkdir -p config.d docker-entrypoint-initdb.d users.d
cd ../..
docker-compose up clickhouse
```
## Ollama
```bash
docker-compose up ollama
docker exec -it qrust-ollama-1 ollama pull llama2
```