ollama-cpu-llama3.1 / Dockerfile
subhrajit-mohanty's picture
Update Dockerfile
b691038 verified
raw
history blame
210 Bytes
FROM ollama/ollama:latest
ENV OLLAMA_HOST=0.0.0.0
ENTRYPOINT ollama serve
# Expose port 8050
# EXPOSE $SPACE_HOST
# # Start the Ollama server
# CMD ["/usr/local/bin/ollama", "serve", "--port", $SPACE_HOST]