Compare commits

...

2 Commits

Author SHA1 Message Date
dde9402426 release: version 0.0.1 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 5s
Upload Python Package / deploy (push) Failing after 13s
2026-03-01 16:36:37 +01:00
ad82cf1436 feat: initial container definition refs NOISSUE 2026-03-01 16:36:26 +01:00
3 changed files with 27 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
FROM alpine FROM docker.n8n.io/n8nio/n8n
USER root
WORKDIR /app RUN mkdir -p /opt/extra && \\
COPY ./n8n_ollama/* /app npm --prefix /opt/extra install @langchain/ollama@1.0.3 && \\
cp /opt/extra/node_modules/@langchain/ollama/dist/utils.* $(dirname $(find /usr/local/lib/ -name utils.js | grep ollama)) && \\
chown -R node:node /opt/extra
CMD ["sh", "/app/hello_world.sh"] USER node

19
HISTORY.md Normal file
View File

@@ -0,0 +1,19 @@
Changelog
=========
(unreleased)
------------
Fix
~~~
- Add missing tempalte file. [Simon Diesenreiter]
Other
~~~~~
- Feat: initial container definition refs NOISSUE. [Simon Diesenreiter]
- ✅ Ready to clone and code. [simon]
- Initial commit. [Simon Diesenreiter]
- Initial commit. [Artifacts <>]

1
n8n_ollama/VERSION Normal file
View File

@@ -0,0 +1 @@
0.0.1