"src/nni_manager/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "1df750e270fe2f92db637434539763e0598b3c46"
Commit 5be4c645 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Create compose.yaml

parent 8bc29895
version: '3.6'
services:
ollama:
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes:
- ollama:/root/.ollama
ports:
- 11434:11434
environment:
- OLLAMA_ORIGINS="*"
container_name: ollama
pull_policy: always
tty: true
restart: unless-stopped
image: ollama/ollama:latest
ollama-webui:
restart: unless-stopped
build:
context: .
args:
OLLAMA_API_BASE_URL: ''
dockerfile: Dockerfile
image: ollama-webui:latest
container_name: ollama-webui
ports:
- 3000:8080
volumes:
ollama: {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment