-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5220e3b
commit 5f5e4e5
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apk add --no-cache make gcc g++ python3 | |
WORKDIR /usr/local/lib/node_modules/n8n | ||
|
||
# Instala as dependências do Gradio e Langfuse | ||
RUN npm install @gradio/client@0.20.1 [email protected] [email protected] | ||
RUN npm install -g @gradio/client [email protected] [email protected] odoo-await | ||
|
||
USER node | ||
|
||
|
@@ -22,4 +22,6 @@ USER root | |
# Copia as dependências instaladas da etapa de construção | ||
COPY --from=builder /usr/local/lib/node_modules/n8n /usr/local/lib/node_modules/n8n | ||
|
||
USER node | ||
USER node | ||
|
||
|