dgx-spark-playbooks/nvidia/station-txt2kg/assets/deploy/services/ollama/Dockerfile

10 lines
171 B
Docker
Raw Permalink Normal View History

2026-05-26 18:25:53 +00:00
FROM ollama/ollama:0.12.6
# Copy the entrypoint script
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Set the entrypoint
ENTRYPOINT ["/entrypoint.sh"]