Ecosistema de intérpretes y modelos de IAs vía Docker Compose.
Go to file
2026-04-27 07:04:14 +02:00
.gitignore #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
AIChat.py #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
docker-compose.yml #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
navecitas.html #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
navecitas.v2.html #wip: Testing the base ollama. 2026-04-27 07:04:14 +02:00
README.md #wip: Testing the base ollama. 2026-04-27 07:04:14 +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

Modelos:

  • gemma - 5GB
  • gemma3 - 3.3GB

Referencias