From 0bc1e68981e517a87a3817e457055c24f487a6ca Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 7 Sep 2026 17:28:54 -0400 Subject: [PATCH] pip --root-user-action takes an argument --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b7b040..1ddd3254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,6 @@ RUN apt-get update -qq && \ COPY . /app -RUN cd /app && pip install --root-user-action -e .[llm,dataframe] +RUN cd /app && pip install --root-user-action=ignore -e .[llm,dataframe] CMD ["mycli", "--help"]