generated from Templates/Docker_Image
Compare commits
2 Commits
d488434323
...
0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| dde9402426 | |||
| ad82cf1436 |
@@ -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
HISTORY.md
Normal file
19
HISTORY.md
Normal 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
1
n8n_ollama/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
0.0.1
|
||||
Reference in New Issue
Block a user