https://github.com/simonhaenisch/md-to-pdf https://mermaid.js.org/
gantt
section Section
Completed :done, des1, 2014-01-06,2014-01-08
FROM ollama/ollama | |
# An ollama Dockerfile with a bunch of models built in | |
# Useful for when you want to work offline | |
# You can use this with bionic-gpt - when adding the model, the name should match the mode | |
# e.g. 'llama3.1:8b-instruct-q4_0' | |
# docker build -t ollama_multiple:latest . | |
# Add the classic llama3 image | |
RUN /download.sh 'llama3:8b' |
https://github.com/simonhaenisch/md-to-pdf https://mermaid.js.org/
gantt
section Section
Completed :done, des1, 2014-01-06,2014-01-08