OLLaMa LLM model LLaMa 3
10K+
Docker image application containing the already started LLM (Large Language Model) OLLaMa along with the LLaMa 3 model. Used for an IA application containing a RAG (Retrieval Augmented Generation) to act as a virtual vehicle assistant.
Github repository: https://github.com/JAVI-CC/python-api-CarPriceAI
$ docker-compose up -d
$ docker compose exec ollama ./first_start_ollama.sh # ollama pull llama3version: '3'
services:
app:
image: javi98/ollama-llama3:1.0.0
container_name: ollama-app
restart: unless-stopped
ports:
- 11434:11434
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
networks:
python-openai-generator-srt:
driver: bridge
Once you have the containers deployed, You will be shown the CLI to choose the file and language you want to generate the srt file in.
Content type
Image
Digest
sha256:9ff43f0fe…
Size
1.5 GB
Last updated
over 1 year ago
docker pull javi98/ollama-llama3