ollama-server / Dockerfile
Yakova's picture
Update Dockerfile
f7b0a1c
raw
history blame
166 Bytes
# Builder stage
FROM ollama/ollama
# Command to run the application
CMD ollama serve & sleep 10s && ollama pull zephyr
# Expose the server port
EXPOSE 7860