ollama / Dockerfile
Yaya86's picture
Update Dockerfile
3243695 verified
raw
history blame
162 Bytes
FROM ollama/ollama
ENV OLLAMA_HOST=0.0.0.0
RUN useradd -m appuser && chown -R appuser:appuser /home/appuser
USER appuser
# Expose the server port
EXPOSE 7860