Ecosistema de intérpretes y modelos de IAs vía Docker Compose.
Go to file
2026-05-09 09:31:24 +02:00
JSON #wip: For redo. 2026-05-09 09:31:24 +02:00
Public #wip: For redo. 2026-05-09 09:31:24 +02:00
Python #wip: AIChat building... 2026-05-06 18:58:50 +02:00
Tests #wip: AIChat building... 2026-05-06 18:58:50 +02:00
TXT #wip: AIChat building... 2026-05-06 18:58:50 +02:00
.gitignore #wip: For redo. 2026-05-09 09:31:24 +02:00
AIChat.py #wip: For redo. 2026-05-09 09:31:24 +02:00
docker-compose.yml #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
README.md #wip: AIChat building... 2026-05-06 18:58:50 +02:00
version #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00

AIDockerCompose

Ecosistema de intérpretes y modelos de IAs vía Docker Compose.

Notas

#!/bin/bash

# Descarga de modelos.
docker exec -it ollama ollama pull gemma

# Descarga y prueba por terminal.
docker exec -it ollama ollama run gemma

Socket Python:

Modelos:

  • gemma - 5GB
  • gemma3 - 3.3GB

Referencias