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 f94eff8 commit 8effe45
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
FROM n8nio/n8n:latest
USER root
RUN apk add --update python3 py3-pip
# installs requests library
RUN python -m pip install requests
RUN python -m pip install gradio_client
# upgrades pip (not necessary)
RUN python -m pip install --upgrade pip
USER node
RUN python3 -m pip install gradio_client

0 comments on commit 8effe45

Please sign in to comment.