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