Compare commits

..
2 Commits
Author SHA1 Message Date
simon dde9402426 release: version 0.0.1 🚀
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
simon ad82cf1436 feat: initial container definition refs NOISSUE 2026-03-01 16:36:26 +01:00
3 changed files with 27 additions and 4 deletions
+7 -4
View File
@@ -1,6 +1,9 @@
FROM alpine
FROM docker.n8n.io/n8nio/n8n
USER root
WORKDIR /app
COPY ./n8n_ollama/* /app
RUN mkdir -p /opt/extra && \\
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
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
View File
@@ -0,0 +1 @@
0.0.1