Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Oct 27, 2024
1 parent 936e722 commit 64b6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN npm install [email protected] [email protected] duck-duck-scrape odoo-
# Imagem final
FROM n8nio/n8n:latest
USER root
RUN pip install gradio_client

# Copia as dependências globais instaladas da etapa de construção
COPY --from=builder /usr/local/lib/node_modules /usr/local/lib/node_modules
# Instala as dependências do Gradio e Langfuse globalmente
Expand Down

0 comments on commit 64b6e88

Please sign in to comment.