- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: October 29th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
niemand112233Bto
Homelab@selfhosted.forum•Are Xeon v4 machines good today for long-term?English
1·2 years agoI have a 2660 V4. Great CPU.
I can’t get it running with my GPU.
I get this error:
parsing /root/secure-ai-tools/docker-compose.yml: yaml: line 19: did not find expected keyThis is my .yaml:
web: image: public.ecr.aws/d8f2p0h3/secure-ai-tools:latest platform: linux/amd64 volumes: - ./web:/app/volume env_file: - .env environment: - INFERENCE_SERVER=http://inference:11434/ ports: - 28669:28669 command: sh -c “cd /app && sh tools/db-migrate-and-seed.sh ${DATABASE_FILE} && node server.js” depends_on: - inference
inference: image: ollama/ollama:latest volumes: - ./inference:/root/.ollama deploy: resources: reservations: devices: - driver: nvidia count: ‘all’ capabilities: [gpu]