internal-ollama / Dockerfile
Sirorororo's picture
Update Dockerfile
fa98d6d verified
raw
history blame
122 Bytes
FROM ollama/ollama
# Expose the required port (adjust if needed)
EXPOSE 7860
# Start the Ollama service
CMD ollama serve