We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345ce16 commit 21c2725Copy full SHA for 21c2725
Dockerfile
@@ -2,6 +2,5 @@ FROM n8nio/n8n:latest
2
USER root
3
WORKDIR /data
4
RUN apk add --update --no-cache python3 curl
5
-RUN python3 -m ensurepip
6
RUN pip3 install --no-cache --upgrade pip setuptools
7
RUN pip3 install --no-cache gradio_client
0 commit comments