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

10 lines
171 B
Docker
Raw Normal View History

2025-10-06 17:05:41 +00:00
FROM ollama/ollama:latest
# Copy the entrypoint script
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Set the entrypoint
ENTRYPOINT ["/entrypoint.sh"]