docs: Initial import from localai-website (#1312)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2023-11-22 18:13:50 +01:00
committed by GitHub
parent 763f94ca80
commit c5c77d2b0d
66 changed files with 6111 additions and 0 deletions

4
docs/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM klakegg/hugo:ext-alpine
RUN apk add git && \
git config --global --add safe.directory /src