"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "24f28eef9d48f98982320c6e1a579597da43913c"
Unverified Commit cb63d9f0 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #42 from ollama-webui/dev

Create compose.yaml
parents 1fb17d6d db4f673f
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