ol / Dockerfile
99i's picture
Update Dockerfile
d83794c verified
raw
history blame contribute delete
136 Bytes
# Builder stage
FROM ollama/ollama:latest
RUN mkdir -p /.ollama && chmod 777 /.ollama
# 暴露 Caddy 和 Ollama 端口
EXPOSE 11434