Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Aug 20, 2024
1 parent 2bc6806 commit 33303fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM n8nio/n8n:latest
USER root
RUN apk add --update python3 py3-pip make npm
RUN cd /usr/local/lib/node_modules/n8n && npm install @gradio/client
RUN npm install -g @gradio/client
RUN npm rebuild --prefix=/usr/local/lib/node_modules/n8n
RUN cd /usr/local/lib/node_modules/n8n && \
npm install @gradio/client && \
npm rebuild sqlite3 && \
RUN npm install -g @gradio/client

USER node

0 comments on commit 33303fc

Please sign in to comment.