dgx-spark-playbooks/nvidia/txt2kg/assets/deploy/services/ollama/Dockerfile
2025-12-02 19:43:52 +00:00

10 lines
171 B
Docker

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"]